From 43d039c6c9c75d548ebeb6c8519389cf1843f605 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Thu, 9 Feb 2023 15:22:37 -0330 Subject: [PATCH] stylesheet: Papercut fixes - remove highlight on the dash - increase the spacing in quick settings pills - adjust the font weights on the lockscreen Part-of: --- data/theme/gnome-shell-sass/widgets/_dash.scss | 1 - data/theme/gnome-shell-sass/widgets/_login-lock.scss | 6 +++--- data/theme/gnome-shell-sass/widgets/_quick-settings.scss | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/data/theme/gnome-shell-sass/widgets/_dash.scss b/data/theme/gnome-shell-sass/widgets/_dash.scss index 350e4126f..8f9b5e713 100644 --- a/data/theme/gnome-shell-sass/widgets/_dash.scss +++ b/data/theme/gnome-shell-sass/widgets/_dash.scss @@ -35,7 +35,6 @@ $dash_border_radius: $modal_radius + $dash_padding; padding: $dash_padding; spacing: $base_padding; margin-bottom: $dash_padding; - box-shadow: inset 0 0 0 1px $outer_borders_color; @if $is_highcontrast { border: 2px solid $hc_inset_color; diff --git a/data/theme/gnome-shell-sass/widgets/_login-lock.scss b/data/theme/gnome-shell-sass/widgets/_login-lock.scss index 81171c247..cc67cb954 100644 --- a/data/theme/gnome-shell-sass/widgets/_login-lock.scss +++ b/data/theme/gnome-shell-sass/widgets/_login-lock.scss @@ -172,19 +172,19 @@ $_gdm_dialog_width: 23em; .unlock-dialog-clock-time { @extend %numeric; @include fontsize(72); - font-weight: 600; + font-weight: 200; } .unlock-dialog-clock-date { @extend %title_1; - font-weight: 600; + font-weight: 400; } .unlock-dialog-clock-hint { margin-top: 2em; padding: $base_padding $base_padding*3; - background-color: transparentize(black,0.9); border-radius: $base_border_radius*2; + font-weight: bold; } } diff --git a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss index 58f3db34b..494289d42 100644 --- a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss +++ b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss @@ -21,7 +21,7 @@ &:checked { @include button(default, $c:$selected_bg_color); } - & > StBoxLayout { spacing: $base_padding; } + & > StBoxLayout { spacing: $base_padding*1.5; } /* Move padding into the box; this is to allow menu arrows to extend to the border */