[libadwaita/wip/exalm/lists-style: 52/57] stylesheet: Specificity bump for dropdowns




commit 06684db6ca6cb6800a4e25211f309e971afb105e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon May 17 23:29:40 2021 +0500

    stylesheet: Specificity bump for dropdowns
    
    The row inside the button turns out to be activatable, make sure it doesn't
    get a hover style.

 src/stylesheet/widgets/_dropdowns.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/stylesheet/widgets/_dropdowns.scss b/src/stylesheet/widgets/_dropdowns.scss
index 9033e023..22e2d4ae 100644
--- a/src/stylesheet/widgets/_dropdowns.scss
+++ b/src/stylesheet/widgets/_dropdowns.scss
@@ -2,6 +2,10 @@ dropdown > popover.menu.background > contents { padding: 0; }
 
 dropdown > button > box {
   border-spacing: 6px;
+
+  > stack > row.activatable:hover {
+    background: none;
+  }
 }
 
 dropdown,


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