[gnome-shell-sass] theme: Rename _app-switcher.scss to _switcher-popup.scss



commit 1f3d7608adeadc21f7406f3c16f3db3070f07939
Author: nana-4 <hnmaigo gmail com>
Date:   Tue Jan 21 21:49:58 2020 +0900

    theme: Rename _app-switcher.scss to _switcher-popup.scss
    
    Since the main classes in that file are not dedicated to the app
    switcher, rename it to something more appropriate.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/938

 _widgets.scss                                        | 2 +-
 widgets/{_app-switcher.scss => _switcher-popup.scss} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/_widgets.scss b/_widgets.scss
index 5df4ecd..8f28929 100644
--- a/_widgets.scss
+++ b/_widgets.scss
@@ -27,7 +27,7 @@
 @import 'widgets/network-dialog';
 // OSDs
 @import 'widgets/osd';
-@import 'widgets/app-switcher';
+@import 'widgets/switcher-popup';
 @import 'widgets/workspace-switcher';
 // Panel
 @import 'widgets/panel';
diff --git a/widgets/_app-switcher.scss b/widgets/_switcher-popup.scss
similarity index 100%
rename from widgets/_app-switcher.scss
rename to widgets/_switcher-popup.scss


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