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

Fix scss lint

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