mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-03 04:52:12 +00:00
feat(customizerMenu): change color of active filter button
This commit is contained in:
parent
1c4b12531d
commit
aaf731652f
1 changed files with 2 additions and 2 deletions
|
|
@ -144,8 +144,8 @@ import { KeyboardConfig } from '../../../features/config/keyboard-config.model';
|
|||
}
|
||||
|
||||
&.isCustomized {
|
||||
box-shadow: 0px -2px 3px 0px var(--separator-alpha);
|
||||
background: var(--c-accent);
|
||||
color: var(--c-accent);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&:hover:not(.isCustomized):not(:disabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue