Fix scss lint

This commit is contained in:
Clement Ho 2016-12-13 21:59:28 -06:00
parent 0ce2445512
commit 2461b9b635
2 changed files with 5 additions and 5 deletions

View file

@ -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;
}

View file

@ -266,7 +266,7 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%);
/*
* Filtered Search
*/
$dropdown-hover-color: #3B86FF;
$dropdown-hover-color: #3b86ff;
/*
* Buttons