Merge branch 'gbsneto/fix-popover-dark-theme' into 'master'

Fix GtkPopoverMenu in dark theme

See merge request GNOME/gtk!970
This commit is contained in:
Matthias Clasen 2019-06-30 23:17:40 +00:00
commit f6019f1a16
3 changed files with 4 additions and 3 deletions

View File

@ -4766,8 +4766,9 @@ popover.menu {
padding-bottom: 5px;
}
arrow,
&.background contents {
background: white;
background-color: $menu_color;
}
&.background separator {

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 { background: white; }
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 { background: white; }
popover.menu arrow, popover.menu.background contents { background-color: #ffffff; }
popover.menu.background separator { margin: 5px 0px; }