[libadwaita/wip/exalm/recoloring-fixes: 25/35] stylesheet: Explicitly set color in popovers
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-fixes: 25/35] stylesheet: Explicitly set color in popovers
- Date: Mon, 13 Sep 2021 13:51:22 +0000 (UTC)
commit 4ce6d4934eba30a08d3adeb7aa49f7d88a263a34
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Sep 1 16:33:00 2021 +0500
stylesheet: Explicitly set color in popovers
Don't mix base color and fg color.
src/stylesheet/widgets/_popovers.scss | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/stylesheet/widgets/_popovers.scss b/src/stylesheet/widgets/_popovers.scss
index 99d5c412..58ee6907 100644
--- a/src/stylesheet/widgets/_popovers.scss
+++ b/src/stylesheet/widgets/_popovers.scss
@@ -7,6 +7,7 @@ popover.background {
$_popover_border: if($variant=='light', transparentize(black, 0.77), transparentize(black, 0.25));
background-color: $menu_color;
+ color: $text_color;
background-clip: padding-box;
border: 1px solid $_popover_border;
box-shadow: 0 1px 2px transparentize(black, 0.7);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]