[gnome-shell/wip/snwh/style-updates] theme: fix some things with popover labels
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: fix some things with popover labels
- Date: Tue, 28 Dec 2021 20:08:22 +0000 (UTC)
commit fa5940b6614c9cd4c0ffa6aab72fa5a32f195b0d
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]