- Remove left border on dropdown menu items.

This commit is contained in:
Leo
2021-10-22 19:01:47 -05:00
parent b732b03a20
commit 14f9b8af06
2 changed files with 0 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
// 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;
}
}
.dropdown-header {
border-left: 4px solid transparent; // Align headers with items
}
}

View File

@@ -2,7 +2,6 @@
@import 'bootstrap/buttons'; @import 'bootstrap/buttons';
@import 'bootstrap/nav'; @import 'bootstrap/nav';
@import 'bootstrap/navbar'; @import 'bootstrap/navbar';
@import 'bootstrap/dropdown';
@import 'bootstrap/code'; @import 'bootstrap/code';
@import 'bootstrap/form-control'; @import 'bootstrap/form-control';