Skip to content
Snippets Groups Projects
Commit 935e2399 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Darken label color in search filter when hovering

parent b5a14e74
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -152,7 +152,7 @@
}
 
.value-container {
background-color: $filter-value-selected-color;
box-shadow: inset 0 0 0 100px $filtered-search-term-shadow-color;
}
}
 
Loading
Loading
Loading
Loading
@@ -282,6 +282,7 @@ $dropdown-toggle-active-border-color: darken($border-color, 14%);
/*
* Filtered Search
*/
$filtered-search-term-shadow-color: rgba(0, 0, 0, 0.09);
$dropdown-hover-color: $blue-400;
 
/*
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment