summaryrefslogtreecommitdiff
path: root/data/theme/gnome-shell-sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'data/theme/gnome-shell-sass/_common.scss')
-rw-r--r--data/theme/gnome-shell-sass/_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 3e793bde5..1b0214634 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -115,7 +115,7 @@ stage {
border-radius: $base_border_radius;
padding: $base_padding*1.5 $base_padding*1.5;
color: $fg_color;
- selection-background-color: transparentize($selected_bg_color, 0.7);
+ selection-background-color: st-transparentize(-st-accent-color, 0.7);
selected-color: $fg_color;
@include entry(normal);