[gtk: 15/23] Adwaita: Fix hovering modelbutton arrows
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 15/23] Adwaita: Fix hovering modelbutton arrows
- Date: Sun, 11 Aug 2019 08:44:24 +0000 (UTC)
commit c812e1dc948fbf4db9048f86abcdfde751413396
Author: Timm Bäder <mail baedert org>
Date: Sat Aug 10 19:50:17 2019 +0200
Adwaita: Fix hovering modelbutton arrows
This CSS snippet was supposed to only recolor the popover arrow but
ended up also recoloring the > arrow on modelbuttons that show a
submenu. Make the selector more specific.
gtk/theme/Adwaita/_common.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index d1bcbb31a9..15bdc8faaf 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4780,8 +4780,8 @@ popover.menu {
padding-bottom: 5px;
}
- arrow,
- &.background contents {
+ & > arrow,
+ &.background > contents {
background-color: $menu_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]