- Align headers with items on dropdown.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
// Place a nice stripe to the left of hovered dropdown menu items
|
// Place a nice stripe to the left of hovered dropdown menu items
|
||||||
.dropdown-menu .dropdown-item {
|
.dropdown-menu {
|
||||||
|
.dropdown-item {
|
||||||
border-left: 4px solid transparent;
|
border-left: 4px solid transparent;
|
||||||
transition: background-color .1s linear, border .1s linear;
|
transition: background-color .1s linear, border .1s linear;
|
||||||
|
|
||||||
@@ -7,3 +8,8 @@
|
|||||||
border-left-color: $yellow; // $info;
|
border-left-color: $yellow; // $info;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-header {
|
||||||
|
border-left: 4px solid transparent; // Align headers with items
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user