Skip to content

Commit

Permalink
Fix Firefox scrollbar color regression in #9210 (#9908)
Browse files Browse the repository at this point in the history
In #9210 the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in #8653 while keeping the updated property name. Per #9210 (comment) there is no particular reason for the color change in #9210.
  • Loading branch information
trwnh authored and Gargron committed Jan 24, 2019
1 parent 306e157 commit c87863b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ table {
}

html {
scrollbar-color: lighten($ui-base-color, 4%) transparent;
scrollbar-color: lighten($ui-base-color, 4%) rgba($base-overlay-background, 0.1);
}

::-webkit-scrollbar {
Expand Down

0 comments on commit c87863b

Please sign in to comment.