Commit 2461b9b6 authored by Clement Ho's avatar Clement Ho

Fix scss lint

parent 0ce24455
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
padding-right: 25px; padding-right: 25px;
&:focus ~ .fa-filter { &:focus ~ .fa-filter {
color: #444; color: $common-gray-dark;
} }
} }
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
outline: none; outline: none;
&:hover .fa-times { &:hover .fa-times {
color: #444; color: $common-gray-dark;
} }
} }
} }
...@@ -92,11 +92,11 @@ ...@@ -92,11 +92,11 @@
&:hover, &:hover,
&:focus { &:focus {
background-color: $dropdown-hover-color; background-color: $dropdown-hover-color;
color: white; color: $white-light;
text-decoration: none; text-decoration: none;
.dropdown-label-box { .dropdown-label-box {
border-color: white; border-color: $white-light;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
} }
......
...@@ -266,7 +266,7 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%); ...@@ -266,7 +266,7 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%);
/* /*
* Filtered Search * Filtered Search
*/ */
$dropdown-hover-color: #3B86FF; $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