Add style for filter button with filters active
This commit is contained in:
parent
d4e70d9807
commit
5ed05bc5b4
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.Button.Filter.Blended {
|
.Button.Filter.Blended {
|
||||||
|
&.FiltersActive .Accessory svg {
|
||||||
|
fill: var(--accent-blue);
|
||||||
|
stroke: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--button-bg);
|
background: var(--button-bg);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue