[libadwaita/wip/exalm/screenshots-2: 11/17] stylesheet: Remove tabbar.inline border




commit 6a0785a1d154ce793dd9b500f61824d297beeab0
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Dec 20 16:42:17 2021 +0500

    stylesheet: Remove tabbar.inline border
    
    Inline means it can be embedded, it doesn't need to provide borders for
    that.

 src/stylesheet/widgets/_tab-view.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_tab-view.scss b/src/stylesheet/widgets/_tab-view.scss
index 896f1d22..11087099 100644
--- a/src/stylesheet/widgets/_tab-view.scss
+++ b/src/stylesheet/widgets/_tab-view.scss
@@ -20,7 +20,6 @@ $tab_needs_attention_gradient: radial-gradient(ellipse at bottom,
 tabbar {
   .box {
     min-height: 38px;
-    border-bottom: 1px solid $border_color;
   }
 
   scrolledwindow.pinned {
@@ -126,7 +125,7 @@ tabbar {
     .box {
       background-color: $headerbar_bg_color;
       color: $headerbar_fg_color;
-      border-color: $headerbar_border_color;
+      border-bottom: 1px solid $headerbar_border_color;
     }
 
     scrolledwindow.pinned {


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