Fix active popover style

This commit is contained in:
Tusooa Zhu 2022-04-06 22:50:01 -04:00
parent 041c72b07c
commit fce9c5eeb2
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 4 additions and 4 deletions

View File

@ -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 {