[gnome-shell/wip/snwh/style-updates] theme: gave the keyboard word suggestions some styles
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: gave the keyboard word suggestions some styles
- Date: Fri, 31 Dec 2021 16:17:56 +0000 (UTC)
commit 2ac4661aec7cccc30f92ec2ad308423c605377ae
Author: Sam Hewitt <sam snwh org>
Date: Fri Dec 31 12:04:58 2021 -0330
theme: gave the keyboard word suggestions some styles
data/theme/gnome-shell-sass/widgets/_keyboard.scss | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_keyboard.scss
b/data/theme/gnome-shell-sass/widgets/_keyboard.scss
index c6f03f9da9..ac08b630f3 100644
--- a/data/theme/gnome-shell-sass/widgets/_keyboard.scss
+++ b/data/theme/gnome-shell-sass/widgets/_keyboard.scss
@@ -127,4 +127,20 @@ $default_key_bg_color: if($variant=='light', darken($key_bg_color, 11%), darken(
@include fontsize($base_font_size + 3);
spacing: 12px;
min-height: 20pt;
+ padding: $base_padding*2;
+ color: $osd_fg_color;
+
+ // each suggestion
+ StButton {
+ margin: 0 3px;
+ min-width: 32px;
+ border-radius: $base_border_radius - 2px;
+ padding: $base_padding $base_padding*3;
+
+ @include button(undecorated, $c:$key_bg_color, $tc:$osd_fg_color);
+
+ &:focus { @include button(focus);}
+ &:hover, &:checked { @include button(hover, $c: $key_bg_color, $tc:$osd_fg_color);}
+ &:active { @include button(active, $c: $key_bg_color, $tc:$osd_fg_color); }
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]