[libadwaita/wip/exalm/background-colors: 38/48] stylesheet: Explicitly set color in popovers
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors: 38/48] stylesheet: Explicitly set color in popovers
- Date: Wed, 8 Sep 2021 07:16:20 +0000 (UTC)
commit c5747d7d872c74d98edbb8c91a590cdcc0f02f46
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 627a5c00..9dd913f9 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]