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

Fix the hover of the select all button

parent 6b697d8a
No related branches found
No related tags found
No related merge requests found
Pipeline #153518 passed with stages
in 7 minutes and 24 seconds
......@@ -360,6 +360,10 @@ function removeFilter(filterChip: FilterChip): void {
background-color: var(--primary);
border-color: var(--primary);
color: var(--black);
&:hover {
color: var(--black);
}
}
.checkbox-list {
......
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