diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 9724a8f97..1b59edf50 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1209,12 +1209,11 @@ StScrollBar { &:hover, &:focus { background-color: $_hover_bg_color; color: $fg_color; - border: none; - padding: 14px; } &:active { background-color: $selected_bg_color; color: $selected_fg_color; + border-color: $selected_borders_color; } & > StIcon { icon-size: 16px; }