[libadwaita/wip/exalm/stylesheet2: 37/103] stylesheet: Remove %toolbar




commit 1da42d624b770c9fa528e5ab153bfc1ce74859aa
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 18:45:00 2021 +0500

    stylesheet: Remove %toolbar
    
    Inline it into the .toolbar style, and don't include in searchbar as it's
    100% redundant.

 src/stylesheet/_common.scss | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 1963e71..7936e01 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1219,14 +1219,10 @@ combobox {
 /************
  * Toolbars *
  ************/
-%toolbar {
+.toolbar {
   padding: 4px;
   border-spacing: 4px;
   background-color: $bg_color;
-}
-
-.toolbar {
-  @extend %toolbar;
 
   // on OSD
   .osd & { background-color: transparent; }
@@ -1253,7 +1249,6 @@ combobox {
 searchbar > revealer > box {
   padding: 6px;
   border-spacing: 6px;
-  @extend %toolbar;
 
   @extend %darkbar;
 


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