[libadwaita/wip/exalm/stylesheet2: 4/97] stylesheet: Remove icon shadow from .osd buttons




commit 8be457b0531d0ff75c0317c8359c725304f38c50
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Apr 7 18:11:53 2021 +0500

    stylesheet: Remove icon shadow from .osd buttons
    
    It's been removed everywhere else already along with text shadow, but
    forgotten here.

 src/stylesheet/_common.scss  | 6 ------
 src/stylesheet/_drawing.scss | 1 -
 2 files changed, 7 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index bb4c2fc..71e616a 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -211,8 +211,6 @@ window.aboutdialog image.large-icons {
   border: none;
   background-color: $osd_bg_color;
   background-clip: padding-box;
-  -gtk-icon-shadow: 0 1px black;
-
 }
 
 
@@ -650,7 +648,6 @@ button {
       @include button(undecorated);
 
       box-shadow: none;
-      -gtk-icon-shadow: 0 1px black;
 
       &:hover { @include button(osd-hover); }
 
@@ -1082,7 +1079,6 @@ spinbutton {
       border-color: transparentize($osd_borders_color, 0.3);
       border-radius: 0;
       box-shadow: none;
-      -gtk-icon-shadow: 0 1px black;
 
       &:dir(rtl) { border-style: none solid none none; }
 
@@ -1092,7 +1088,6 @@ spinbutton {
         color: $osd_fg_color;
         border-color: transparentize(opacify($osd_borders_color, 1), 0.5);
         background-color: darken($osd_bg_color,10%);
-        -gtk-icon-shadow: 0 1px black;
         box-shadow: none;
       }
 
@@ -1101,7 +1096,6 @@ spinbutton {
 
         color: $osd_insensitive_fg_color;
         border-color: transparentize(opacify($osd_borders_color, 1), 0.5);
-        -gtk-icon-shadow: none;
         box-shadow: none;
       }
 
diff --git a/src/stylesheet/_drawing.scss b/src/stylesheet/_drawing.scss
index 3f81a7b..cc96faa 100644
--- a/src/stylesheet/_drawing.scss
+++ b/src/stylesheet/_drawing.scss
@@ -68,7 +68,6 @@
     background-color: transparentize(opacify($osd_borders_color, 1), 0.5);
     background-clip: padding-box;
     box-shadow: none;
-    -gtk-icon-shadow: 0 1px black;
   }
   @if $t==osd-focus {
     color: $osd_text_color;


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