[gtk/wip/matthiasc/popup2: 76/108] Give popover menus a background



commit d34f9f5dbcd282403185883ca89c046ea379ef6e
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Mar 24 11:41:55 2019 -0400

    Give popover menus a background
    
    This makes the hover highlight on menu items visible.

 gtk/theme/Adwaita/_common.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 8075197c41..2eaf96d490 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4716,3 +4716,7 @@ popover.emoji-completion contents row box {
 popover.emoji-completion .emoji:hover {
   background-color: $popover_hover_color;
 }
+
+popover.menu {
+  background-color: lightgray;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]