Adwaita: Give popover menus a background

This makes the hover highlight on menu items visible.
This commit is contained in:
Matthias Clasen 2019-03-24 11:41:55 -04:00
parent 1cbc26d9ee
commit 82d506acd8

View File

@ -4702,3 +4702,7 @@ popover.emoji-completion contents row box {
popover.emoji-completion .emoji:hover {
background-color: $popover_hover_color;
}
popover.menu {
background-color: lightgray;
}