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:
@@ -4780,8 +4780,8 @@ popover.menu {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
arrow,
|
||||
&.background contents {
|
||||
& > arrow,
|
||||
&.background > contents {
|
||||
background-color: $menu_color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user