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 {
|
&:active {
|
||||||
background-color: $fallback--fg;
|
background-color: $fallback--lightBg;
|
||||||
background-color: var(--btnPressed, $fallback--fg);
|
background-color: var(--selectedMenuPopover, $fallback--lightBg);
|
||||||
color: $fallback--text;
|
color: $fallback--link;
|
||||||
color: var(--btnPressedText, $fallback--text);
|
color: var(--selectedMenuPopoverText, $fallback--link);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
|
Loading…
Reference in a new issue