[gtk/gtk-3-24] Revert "Adwaita: help fullcolor app icons"



commit b57a1a0b9240ac432a771181bb15cbcfcfcd7aec
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Nov 14 17:32:13 2018 +0100

    Revert "Adwaita: help fullcolor app icons"
    
    - the app icon dropshadow patch was not meant to be part of the color changes
    
    This reverts commit a8a545510d78b99edab17d24776672ef10259dd5.

 gtk/theme/Adwaita/_common.scss           | 16 ----------------
 gtk/theme/Adwaita/gtk-contained-dark.css |  7 -------
 gtk/theme/Adwaita/gtk-contained.css      |  7 -------
 3 files changed, 30 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index db6347f598..fd7477556c 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4567,22 +4567,6 @@ stackswitcher button.text-button.circular { // FIXME aggregate with buttons
   padding: 0;
 }
 
-/*************
- * App Icons *
- *************/
-/* Outline for low res icons */
-.lowres_icon {
-icon-shadow: 1px 1px rgba(0,0,0,0.3),
-             -1px -1px rgba(0,0,0,0.3),
-             -1px 1px rgba(0,0,0,0.3),
-             1px -1px rgba(0,0,0,0.3);
-}
-
-/* Drapshadow for large icons */ 
-.icon_dropshadow {
-  icon-shadow: 0 2px 12px rgba(0,0,0,0.2), 
-               0 1px 2px rgba(0,0,0,0.7);
-}
 
 /*********
  * Emoji *
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index ce24d7d783..6d71feb5c6 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -1931,13 +1931,6 @@ stackswitcher button.text-button { min-width: 100px; }
 
 stackswitcher button.circular, stackswitcher button.text-button.circular { min-width: 32px; min-height: 
32px; padding: 0; }
 
-/************* App Icons * */
-/* Outline for low res icons */
-.lowres_icon { icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 
0.3), 1px -1px rgba(0, 0, 0, 0.3); }
-
-/* Drapshadow for large icons */
-.icon_dropshadow { icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
-
 /********* Emoji * */
 popover.emoji-picker { padding-left: 0; padding-right: 0; }
 
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 0ca97892f6..d198f6214f 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -1951,13 +1951,6 @@ stackswitcher button.text-button { min-width: 100px; }
 
 stackswitcher button.circular, stackswitcher button.text-button.circular { min-width: 32px; min-height: 
32px; padding: 0; }
 
-/************* App Icons * */
-/* Outline for low res icons */
-.lowres_icon { icon-shadow: 1px 1px rgba(0, 0, 0, 0.3), -1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 
0.3), 1px -1px rgba(0, 0, 0, 0.3); }
-
-/* Drapshadow for large icons */
-.icon_dropshadow { icon-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.7); }
-
 /********* Emoji * */
 popover.emoji-picker { padding-left: 0; padding-right: 0; }
 


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