[gnome-shell] theme: Move switcher-related selectors into _switcher-popup.scss



commit c023eba22cac4c8eb2b62b0b46863c6a612abf40
Author: nana-4 <hnmaigo gmail com>
Date:   Mon Jan 20 01:34:56 2020 +0900

    theme: Move switcher-related selectors into _switcher-popup.scss
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/938

 data/theme/gnome-shell-sass/widgets/_misc.scss           | 12 ------------
 data/theme/gnome-shell-sass/widgets/_switcher-popup.scss | 14 +++++++++++++-
 2 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss
index 554a316123..2d735b5845 100644
--- a/data/theme/gnome-shell-sass/widgets/_misc.scss
+++ b/data/theme/gnome-shell-sass/widgets/_misc.scss
@@ -32,18 +32,6 @@
   icon-size: 64px;
 }
 
-// Input Source Switcher
-.input-source-switcher-symbol {
-  font-size: 34pt;
-  width: 96px;
-  height: 96px;
-}
-
-// Window cycler highlight
-.cycler-highlight {
-  border: 5px solid $selected_bg_color;
-}
-
 // Text
 .headline { @include fontsize($base_font_size + 1); }
 .lightbox { background-color: black; }
diff --git a/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss 
b/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss
index 2406e17e2c..25249586e3 100644
--- a/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss
+++ b/data/theme/gnome-shell-sass/widgets/_switcher-popup.scss
@@ -52,4 +52,16 @@
   &:highlighted {
     color: $fg_color;
   }
-}
\ No newline at end of file
+}
+
+// Input Source Switcher
+.input-source-switcher-symbol {
+  font-size: 34pt;
+  width: 96px;
+  height: 96px;
+}
+
+// Window cycler highlight
+.cycler-highlight {
+  border: 5px solid $selected_bg_color;
+}


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