mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 08:20:23 +00:00
.dropdown-menu: Swap color and font-size property order to make SCSS Lint happy
This commit is contained in:
parent
2315bc6052
commit
6d591edcb7
1 changed files with 1 additions and 1 deletions
|
|
@ -45,8 +45,8 @@
|
|||
min-width: 160px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0; // override default ul
|
||||
color: $body-color;
|
||||
font-size: $font-size-base;
|
||||
color: $body-color;
|
||||
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
||||
list-style: none;
|
||||
background-color: $dropdown-bg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue