-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
fix 23034: added Variable for Navbar padding #23109
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
Conversation
scss/_list-group.scss
Outdated
|
|
||
| .list-group-flush { | ||
| .list-group-item { | ||
| border-top: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is unrelated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes sorry for that, actually this is for another PR
scss/_variables.scss
Outdated
|
|
||
| // Navs | ||
|
|
||
| $nav-link-padding: .5rem !default; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would call this $navbar-link-padding and put with others navbar-* variables.
Also consider if split between x/y axis wouldn't be better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes that would be better will update this changes are PR again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made your requested changes, but for navbar link variable i have splited in left/right instead of x/y as this are for left and right side not left/right and top/bottom.
|
because if some folks wants to give different value then they can overwrite those variable. |
|
I get that but then all the values with |
|
have change |
|
This was superseded by #25117 |
I have added
$nav-link-paddinginvariables.scss. Fixes #23034.