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