Fix scss lint
This commit is contained in:
parent
0ce2445512
commit
2461b9b635
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue