Skip to content
Snippets Groups Projects
Commit cb434e97 authored by Simon Malesys's avatar Simon Malesys
Browse files

Fix the hover of the select all button

parent 1a4a5472
No related branches found
No related tags found
No related merge requests found
...@@ -360,6 +360,10 @@ function removeFilter(filterChip: FilterChip): void { ...@@ -360,6 +360,10 @@ function removeFilter(filterChip: FilterChip): void {
background-color: var(--primary); background-color: var(--primary);
border-color: var(--primary); border-color: var(--primary);
color: var(--black); color: var(--black);
&:hover {
color: var(--black);
}
} }
.checkbox-list { .checkbox-list {
......
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