[libadwaita/wip/exalm/background-colors2: 12/18] stylesheet: Move notebook tab color to header instead




commit e1528723d7f733b9c638808868f0c997c8e657d2
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Oct 1 17:13:39 2021 +0500

    stylesheet: Move notebook tab color to header instead
    
    Make it easier to override it.

 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 ef25d0ae..723d4368 100644
--- a/src/stylesheet/widgets/_notebook.scss
+++ b/src/stylesheet/widgets/_notebook.scss
@@ -7,6 +7,7 @@ notebook {
     border-width: 1px;
     background-color: $dark_fill;
     background-clip: padding-box;
+    color: $fg_color;
 
     > tabs { margin: -1px; }
 
@@ -123,7 +124,6 @@ notebook {
       min-width: 30px;
       padding: 3px 12px;
 
-      color: $fg_color;
       font-weight: normal;
 
       &:hover {


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