[gnome-shell/wip/jimmac/osk-338-tweaks] theme: OSK opaque



commit e06c344561d9a93e3f1af2730fecd9099717404b
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Feb 20 14:08:34 2020 +0100

    theme: OSK opaque
    
    - the on screen keyboard is not an overlay in most cases. the semi-opacity
      is distracting.
    - use opaque background color
    - see discussion on https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1028

 data/theme/gnome-shell-sass/widgets/_keyboard.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_keyboard.scss 
b/data/theme/gnome-shell-sass/widgets/_keyboard.scss
index f866d77ca9..86bfa27a33 100644
--- a/data/theme/gnome-shell-sass/widgets/_keyboard.scss
+++ b/data/theme/gnome-shell-sass/widgets/_keyboard.scss
@@ -9,8 +9,8 @@ $default_key_bg_color: if($variant=='light', darken($osd_bg_color, 11%), lighten
 
 // draw keys using button function
 #keyboard {
-  background-color: transparentize(if($variant=='light', darken($bg_color, 5%), darken($bg_color, 8%)), 0.1);
-  box-shadow: inset 0 1px 0 0 $osd_outer_borders_color;
+  background-color: $bg_color;
+  box-shadow: inset 0 1px 0 0 $borders_color;
 
   .page-indicator {
     padding: $base_padding;


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