From c812e1dc948fbf4db9048f86abcdfde751413396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sat, 10 Aug 2019 19:50:17 +0200 Subject: [PATCH] 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; }