[libadwaita/wip/exalm/lists-style: 5/10] stylesheet: Specificity bump for dropdowns
- From: Alexander Mikhaylenko <alexm src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [libadwaita/wip/exalm/lists-style: 5/10] stylesheet: Specificity bump for dropdowns
 
- Date: Tue, 18 May 2021 09:31:43 +0000 (UTC)
 
commit 6663e20161a7cec22a43e5794dcf4cbb05fb2d9f
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]