[gnome-shell/wip/snwh/sass-cleanup: 454/475] theme: bring over %status_text



commit 6c50df75786976814af39eab88c7eae0b6c963ad
Author: Sam Hewitt <sam snwh org>
Date:   Mon Dec 2 10:40:22 2019 -0500

    theme: bring over %status_text

 data/theme/gnome-shell-sass/widgets/_app-grid.scss       | 7 +------
 data/theme/gnome-shell-sass/widgets/_search-results.scss | 8 +++-----
 2 files changed, 4 insertions(+), 11 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss 
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index 6212572d47..0216dd9071 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -140,11 +140,7 @@ $app_grid_fg_color: #fff;
 }
 
 // Label when no frequent apps
-.no-frequent-applications-label { 
-       font-size: 2em;
-       font-weight: bold;
-       color: $osd_fg_color;
-}
+.no-frequent-applications-label { @extend %status_text; }
 
 // shutdown and other actions in the grid
 .system-action-icon {
@@ -154,7 +150,6 @@ $app_grid_fg_color: #fff;
        icon-size: calc($app_icon_size * 0.5);
 }
 
-
 /* Frequent | All toggle */
 
 // container
diff --git a/data/theme/gnome-shell-sass/widgets/_search-results.scss 
b/data/theme/gnome-shell-sass/widgets/_search-results.scss
index 4626594d95..3c5731db16 100644
--- a/data/theme/gnome-shell-sass/widgets/_search-results.scss
+++ b/data/theme/gnome-shell-sass/widgets/_search-results.scss
@@ -23,11 +23,9 @@
        spacing: 0;
 }
 
-// "no results"
-.search-statustext { 
-       font-size: 2em;
-       font-weight: bold;
-       color: $osd_fg_color;
+// "no results" text
+.search-statustext {
+       @extend %status_text;
 }
 
 .search-section-separator { 


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