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.
This commit is contained in:
Timm Bäder
2019-08-10 19:50:17 +02:00
parent 251bf45cf2
commit c812e1dc94

View File

@@ -4780,8 +4780,8 @@ popover.menu {
padding-bottom: 5px;
}
arrow,
&.background contents {
& > arrow,
&.background > contents {
background-color: $menu_color;
}