forked from AkkomaGang/akkoma-fe
Fix active popover style
This commit is contained in:
parent
041c72b07c
commit
fce9c5eeb2
1 changed files with 4 additions and 4 deletions
|
@ -158,10 +158,10 @@
|
|||
}
|
||||
|
||||
&:active {
|
||||
background-color: $fallback--fg;
|
||||
background-color: var(--btnPressed, $fallback--fg);
|
||||
color: $fallback--text;
|
||||
color: var(--btnPressedText, $fallback--text);
|
||||
background-color: $fallback--lightBg;
|
||||
background-color: var(--selectedMenuPopover, $fallback--lightBg);
|
||||
color: $fallback--link;
|
||||
color: var(--selectedMenuPopoverText, $fallback--link);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
|
|
Loading…
Reference in a new issue