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 5594c2dccd
commit 89fb042fea

View File

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