aboutsummaryrefslogtreecommitdiff
path: root/src/components/popover/popover.vue
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-04-06 22:50:01 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-04-06 22:50:46 -0400
commitfce9c5eeb2092a3c66609afbed81f933b6bec069 (patch)
tree74ca9adff1a3689ccc24311ecd6af6cdfea51308 /src/components/popover/popover.vue
parent041c72b07c7d0559bd5b97c49503e69707aa08b2 (diff)
Fix active popover style
Diffstat (limited to 'src/components/popover/popover.vue')
-rw-r--r--src/components/popover/popover.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue
index 1502c30c..332a0398 100644
--- a/src/components/popover/popover.vue
+++ b/src/components/popover/popover.vue
@@ -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 {