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:
Georges Basile Stavracas Neto 2019-06-30 19:51:51 -03:00
parent fe65da05be
commit b929846cc1
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385
3 changed files with 3 additions and 2 deletions

View File

@ -4766,6 +4766,7 @@ popover.menu {
padding-bottom: 5px;
}
arrow,
&.background contents {
background-color: $menu_color;
}

View File

@ -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; }

View File

@ -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; }