Styling: filterview

This commit is contained in:
Pieter Vander Vennet 2023-05-14 18:25:32 +02:00
parent 71abc8a1c4
commit 177697fe0a
4 changed files with 23 additions and 25 deletions

View file

@ -290,7 +290,7 @@ label:hover {
border: 2px solid var(--interactive-contrast)
}
label img {
label:not(.no-image-background) img {
padding: 0.25rem;
border-radius: 0.25rem;
background: var(--low-interaction-background);
@ -300,7 +300,7 @@ label svg path {
transition: all 250ms;
}
label:hover svg path {
label:hover:not(.no-image-background) svg path {
fill: var(--catch-detail-foregroundcolor) !important;
}