Skip to content

Commit

Permalink
Fix Firefox scrollbar color regression in mastodon#9210 (mastodon#9908)
Browse files Browse the repository at this point in the history
In mastodon#9210 the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in mastodon#8653 while keeping the updated property name. Per mastodon#9210 (comment) there is no particular reason for the color change in mastodon#9210.
  • Loading branch information
trwnh authored and ClearlyClaire committed Jan 25, 2019
1 parent 7739415 commit 8ef0498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/styles/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 8ef0498

Please sign in to comment.