[gnome-shell/wip/fmuellner/clean-up-theme-assets: 14/14] theme: Remove unused assets



commit 542f971176a0087c3e05a7e8be15515149ead7d2
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Sep 1 13:52:53 2018 +0200

    theme: Remove unused assets
    
    Spotted by monday15.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/520

 data/gnome-shell-theme.gresource.xml     |   9 ---
 data/theme/close.svg                     |  74 ------------------
 data/theme/filter-selected-ltr.svg       |  81 -------------------
 data/theme/filter-selected-rtl.svg       |  81 -------------------
 data/theme/gnome-shell-sass/_common.scss |   1 -
 data/theme/logged-in-indicator.svg       | 130 -------------------------------
 data/theme/source-button-border.svg      |  74 ------------------
 data/theme/summary-counter.svg           | 120 ----------------------------
 data/theme/ws-switch-arrow-down.png      | Bin 850 -> 0 bytes
 data/theme/ws-switch-arrow-up.png        | Bin 841 -> 0 bytes
 10 files changed, 570 deletions(-)
---
diff --git a/data/gnome-shell-theme.gresource.xml b/data/gnome-shell-theme.gresource.xml
index f14ae57ed..c99b71ddf 100644
--- a/data/gnome-shell-theme.gresource.xml
+++ b/data/gnome-shell-theme.gresource.xml
@@ -11,12 +11,9 @@
     <file>close-window.svg</file>
     <file>close-window-active.svg</file>
     <file>close-window-hover.svg</file>
-    <file>close.svg</file>
     <file>corner-ripple-ltr.png</file>
     <file>corner-ripple-rtl.png</file>
     <file>dash-placeholder.svg</file>
-    <file>filter-selected-ltr.svg</file>
-    <file>filter-selected-rtl.svg</file>
     <file>gnome-shell.css</file>
     <file>gnome-shell-high-contrast.css</file>
     <file>key-enter.svg</file>
@@ -25,7 +22,6 @@
     <file>key-shift.svg</file>
     <file>key-shift-uppercase.svg</file>
     <file>key-shift-latched-uppercase.svg</file>
-    <file>logged-in-indicator.svg</file>
     <file alias="icons/message-indicator-symbolic.svg">message-indicator-symbolic.svg</file>
     <file>no-events.svg</file>
     <file>no-notifications.svg</file>
@@ -36,16 +32,11 @@
     <file>page-indicator-checked.svg</file>
     <file>page-indicator-hover.svg</file>
     <file>process-working.svg</file>
-    <file>running-indicator.svg</file>
-    <file>source-button-border.svg</file>
-    <file>summary-counter.svg</file>
     <file>toggle-off-us.svg</file>
     <file>toggle-off-intl.svg</file>
     <file>toggle-off-hc.svg</file>
     <file>toggle-on-us.svg</file>
     <file>toggle-on-intl.svg</file>
     <file>toggle-on-hc.svg</file>
-    <file>ws-switch-arrow-up.png</file>
-    <file>ws-switch-arrow-down.png</file>
   </gresource>
 </gresources>
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 5338f284b..64f9b0264 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -688,7 +688,6 @@ StScrollBar {
     height: 50px;
     background-color: $selected_bg_color;
     color: $selected_fg_color;
-    //background-image: url("resource:///org/gnome/shell/theme/ws-switch-arrow-up.png");
     background-size: 32px;
     border-radius: 8px;
   }


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