[gnome-shell/wip/snwh/style-updates: 67/100] theme: gave the keyboard word suggestions some styles




commit 23b1d581547e9f7fff3a69b31177f7e49eef7454
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]