[libadwaita/wip/exalm/borders: 31/40] stylesheet: Fix legacy file chooser dialog border




commit e9146ab51f4d5637fa2ce1f6c023e4feb8397e75
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jul 26 20:45:16 2021 +0500

    stylesheet: Fix legacy file chooser dialog border

 src/stylesheet/widgets/_file-chooser.scss | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/stylesheet/widgets/_file-chooser.scss b/src/stylesheet/widgets/_file-chooser.scss
index a7111bb7..b5f89abd 100644
--- a/src/stylesheet/widgets/_file-chooser.scss
+++ b/src/stylesheet/widgets/_file-chooser.scss
@@ -17,9 +17,7 @@ placesview {
 }
 
 filechooser {
-  .dialog-action-box {
-    border-top: 1px solid $borders_color;
-  }
+  box-shadow: 0 1px $borders_color;
 
   #pathbarbox { border-bottom: 1px solid $bg_color; }
 


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