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
This commit is contained in:
nana-4
2020-01-21 21:49:58 +09:00
committed by Florian Müllner
parent 65b1e04f13
commit c7fb61984b
3 changed files with 2 additions and 2 deletions

View File

@@ -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';