Set .dropdown-item:hover

pull/4/head
Adam Porter 8 years ago
parent c167b92b39
commit 262069ae6f

@ -465,6 +465,10 @@ qul.branches-list * {
.dropdown-item {
color: #839496 !important;
}
.dropdown-item:hover {
background-color: #586e75 !important;
color: #93a1a1 !important;
}
.dropdown-menu {
background-color: #094352 !important;
color: #93a1a1 !important;

@ -465,6 +465,10 @@ qul.branches-list * {
.dropdown-item {
color: #657b83 !important;
}
.dropdown-item:hover {
background-color: #93a1a1 !important;
color: #586e75 !important;
}
.dropdown-menu {
background-color: #e9e1c8 !important;
color: #586e75 !important;

@ -458,6 +458,10 @@ qul.branches-list * {
.dropdown-item {
color: #839496 !important;
}
.dropdown-item:hover {
background-color: #586e75 !important;
color: #93a1a1 !important;
}
.dropdown-menu {
background-color: #094352 !important;
color: #93a1a1 !important;

@ -458,6 +458,10 @@ qul.branches-list * {
.dropdown-item {
color: #657b83 !important;
}
.dropdown-item:hover {
background-color: #93a1a1 !important;
color: #586e75 !important;
}
.dropdown-menu {
background-color: #e9e1c8 !important;
color: #586e75 !important;

@ -457,6 +457,10 @@ qul.branches-list
.dropdown-item
color()
&:hover
background-color color-background-highlight-extra
color emphasized
.dropdown-menu
background-color color-background-highlight-extra-less
color emphasized

Loading…
Cancel
Save