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



commit 1aa4e567ce580bfe04e3a2a4e6d7df3f9f09a181
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

 widgets/_misc.scss           | 12 ------------
 widgets/_switcher-popup.scss | 14 +++++++++++++-
 2 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/widgets/_misc.scss b/widgets/_misc.scss
index 554a316..2d735b5 100644
--- a/widgets/_misc.scss
+++ b/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/widgets/_switcher-popup.scss b/widgets/_switcher-popup.scss
index 2406e17..2524958 100644
--- a/widgets/_switcher-popup.scss
+++ b/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]