[gnome-shell/wip/snwh/style-updates: 44/100] theme: fix some things with popover labels




commit 0cafbf08852f276f93b344ab163cc4fca6c1ed07
Author: Sam Hewitt <sam snwh org>
Date:   Tue Dec 28 16:38:16 2021 -0330

    theme: fix some things with popover labels

 data/theme/gnome-shell-sass/widgets/_popovers.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index f7cf5f9657..56336146d9 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -64,8 +64,13 @@ $popover_arrow_height: 12px;
 // all icons and other graphical elements
 .popup-inactive-menu-item {
   color: $fg_color;
+  margin: $base_margin;
+
+  // "Open Windows" label
+  font-weight: bold;
+  font-size: smaller;
 
-  &:insensitive { color: transparentize($fg_color,0.5); }
+  &:insensitive { color: transparentize($fg_color,0.6); }
 }
 
 // symbolic icons in popover


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