gearheads
/
mastodon
Archived
2
0
Fork 0

Fix Firefox scrollbar color regression in ()

In  the track color was changed to transparent for no apparent reason. This PR restores the previous color selections implemented in  while keeping the updated property name. Per https://github.com/tootsuite/mastodon/pull/9210#issuecomment-441788776 there is no particular reason for the color change in .
gh/stable
trwnh 2019-01-24 06:32:23 -06:00 committed by Eugen Rochko
parent 306e1572e8
commit c87863bdd1
1 changed files with 1 additions and 1 deletions
app/javascript/styles/mastodon

View File

@ -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 {