BigW Consortium Gitlab

Commit 7cf322f1 by 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;
} }
} }
......
...@@ -264,6 +264,11 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%); ...@@ -264,6 +264,11 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%);
/* /*
* Filtered Search
*/
$dropdown-hover-color: #3B86FF;
/*
* Buttons * Buttons
*/ */
$btn-active-gray: #ececec; $btn-active-gray: #ececec;
......
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