- Beautiful dropdown items.
This commit is contained in:
9
scss/bootstrap/_dropdown.scss
Normal file
9
scss/bootstrap/_dropdown.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
// Place a nice stripe to the left of hovered dropdown menu items
|
||||
.dropdown-menu .dropdown-item {
|
||||
border-left: 4px solid transparent;
|
||||
transition: background-color .1s linear, border .1s linear;
|
||||
|
||||
&:hover {
|
||||
border-left-color: $yellow; // $info;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user