Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: scope variables form footer style #15907

Merged
merged 1 commit into from
Jan 26, 2023
Merged

ui: scope variables form footer style #15907

merged 1 commit into from
Jan 26, 2023

Conversation

lgfa29
Copy link
Contributor

@lgfa29 lgfa29 commented Jan 26, 2023

Scope the footer tag SCSS rule for the New Variable form to prevent it from affecting other <footer> elements, such as the gutter menu Nomad version section.

Currently main looks like this:
image

With this change it centralizes properly again:
image

No changelog or backport necessary since this is only in main.

Scope the `footer` tag SCSS rule for the New Variable form to prevent it
from affecting other `<footer>` elements, such as the gutter menu Nomad
version section.
@github-actions
Copy link

Ember Asset Size action

As of 6db25dc

Files that got Bigger 🚨:

File raw gzip
nomad-ui.css +13 B +13 B

Files that stayed the same size 🤷‍:

File raw gzip
nomad-ui.js 0 B 0 B
vendor.js 0 B 0 B
vendor.css 0 B 0 B

@github-actions
Copy link

Ember Test Audit comparison

main 6db25dc change
passes 1452 1452 0
failures 0 0 0
flaky 0 0 0
duration 10m 24s 633ms 10m 25s 946ms +01s 313ms

@lgfa29 lgfa29 merged commit 9308b52 into main Jan 26, 2023
@lgfa29 lgfa29 deleted the b-ui-fix-gutter-footer branch January 26, 2023 21:18
Comment on lines +120 to +130
footer {
display: grid;
grid-auto-columns: max-content;
grid-auto-flow: column;
gap: 1rem;

.button.is-info.is-inverted.add-more[disabled] {
border-color: #dbdbdb;
box-shadow: 0 2px 0 0 rgb(122 122 122 / 20%);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inheritance?

Copy link
Contributor

@ChaiWithJai ChaiWithJai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch, man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants