[libadwaita/wip/exalm/backdrop: 6/24] stylesheet: Remove a backdrop-specific rule for notebook




commit 0b21caf9d520c995fe3948d5bdd04584c4965688
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 29 18:34:26 2021 +0500

    stylesheet: Remove a backdrop-specific rule for notebook
    
    The rest of the notebook has hover in backdrop except for arrows.

 src/stylesheet/widgets/_notebook.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_notebook.scss b/src/stylesheet/widgets/_notebook.scss
index a075628..bf0060d 100644
--- a/src/stylesheet/widgets/_notebook.scss
+++ b/src/stylesheet/widgets/_notebook.scss
@@ -113,7 +113,7 @@ notebook {
       min-width: 16px;
       border-radius: 0;
 
-      &:hover:not(:active):not(:backdrop) {
+      &:hover:not(:active) {
         background-clip: padding-box;
         background-image: none;
         background-color: transparentize(white, 0.7);


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