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




commit 59764c9f4a1ef11dda2adfc5d4c3b0f96488c7dc
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Dec 20 16:45:51 2021 +0500

    stylesheet: Remove searchbar.inline border
    
    Same thing as tab bar, it doesn't need a border.

 src/stylesheet/widgets/_toolbars.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 3e3b94f7..d2494362 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -142,6 +142,7 @@ searchbar {
     background-color: $headerbar_bg_color;
     color: $headerbar_fg_color;
     box-shadow: inset 0 -1px $headerbar_border_color;
+    padding-bottom: 1px;
 
     &:backdrop {
       background-color: $headerbar_backdrop_color;
@@ -150,9 +151,8 @@ searchbar {
   }
 
   > revealer > box {
-    padding: 0px 6px 1px 6px;
+    padding: 0px 6px;
     border-spacing: 6px;
-    box-shadow: inset 0 -1px $border_color;
 
     @extend %toolbar;
 


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