Commit 7cf322f1 authored by Clement Ho's avatar Clement Ho

Add blue hover for dropdowns

parent fdd1bac9
...@@ -81,6 +81,8 @@ ...@@ -81,6 +81,8 @@
padding: 8px 16px; padding: 8px 16px;
&:hover { &:hover {
background-color: $dropdown-hover-color;
color: white;
text-decoration: none; text-decoration: none;
} }
} }
......
...@@ -263,6 +263,11 @@ $dropdown-chevron-size: 10px; ...@@ -263,6 +263,11 @@ $dropdown-chevron-size: 10px;
$dropdown-toggle-active-border-color: darken($border-color, 14%); $dropdown-toggle-active-border-color: darken($border-color, 14%);
/*
* Filtered Search
*/
$dropdown-hover-color: #3B86FF;
/* /*
* Buttons * Buttons
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment