summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-07 13:41:40 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-01-07 13:41:40 +0000
commit1ea1a70fd214fe2c9b60ab4a1b43073ef85a389e (patch)
tree419116cf1434dc82d16c7f1721d6c6c0be6a6eeb
parent1d5bc2838be2b913c98dfcca13533dc27c09a881 (diff)
parent3a5eee7dbe127d32b38764cd546a5c1d071af4da (diff)
downloadgtk+-1ea1a70fd214fe2c9b60ab4a1b43073ef85a389e.tar.gz
Merge branch 'wip/jimmac/hc-switch-border' into 'master'
HC: switch border color Closes #3460 See merge request GNOME/gtk!3048
-rw-r--r--gtk/theme/HighContrast/_colors-hc.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/theme/HighContrast/_colors-hc.scss b/gtk/theme/HighContrast/_colors-hc.scss
index b91e12ca38..f1535a64cf 100644
--- a/gtk/theme/HighContrast/_colors-hc.scss
+++ b/gtk/theme/HighContrast/_colors-hc.scss
@@ -22,3 +22,5 @@ $focus_border_color: if($variant == 'light', transparentize($selected_bg_color,
$alt_focus_border_color: if($variant == 'light', white, transparentize(white,0.4));
$dim_label_opacity: 0.9;
+
+$switch_borders_color: if($variant == 'light',darken($switch_bg_color,15%),lighten($switch_bg_color,15%));