mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Adwaita: Also apply $color_menu to popover arrows
So that popovers and arrows are always in agreement of the background color.
This commit is contained in:
parent
fe65da05be
commit
b929846cc1
@ -4766,6 +4766,7 @@ popover.menu {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
arrow,
|
||||
&.background contents {
|
||||
background-color: $menu_color;
|
||||
}
|
||||
|
@ -2063,7 +2063,7 @@ popover.menu box.inline-buttons { border-radius: 5px; border-style: none; border
|
||||
|
||||
popover.menu box.circular-buttons { padding-bottom: 5px; }
|
||||
|
||||
popover.menu.background contents, popover.menu arrow { background-color: #2f2f2f; }
|
||||
popover.menu arrow, popover.menu.background contents { background-color: #2f2f2f; }
|
||||
|
||||
popover.menu.background separator { margin: 5px 0px; }
|
||||
|
||||
|
@ -2079,7 +2079,7 @@ popover.menu box.inline-buttons { border-radius: 5px; border-style: none; border
|
||||
|
||||
popover.menu box.circular-buttons { padding-bottom: 5px; }
|
||||
|
||||
popover.menu.background contents, popover.menu arrow { background-color: #ffffff; }
|
||||
popover.menu arrow, popover.menu.background contents { background-color: #ffffff; }
|
||||
|
||||
popover.menu.background separator { margin: 5px 0px; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user