Skip to content

Commit

Permalink
Do not use thin scrollbars on Firefox (#16738)
Browse files Browse the repository at this point in the history
In #7269, thin scrollbars were added in Arc Green theme. It got moved
in base theme in #13361.

This PR removes the use of thin scrollbars which causes an
accessibility issue. The scrollbars become too thin to be dragged.

Signed-off-by: Elouan Martinet <exa@elou.world>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
Exagone313 and techknowlogick committed Aug 19, 2021
1 parent 0393789 commit 3b2ed47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ details summary > * {
}

* {
scrollbar-width: thin;
scrollbar-color: var(--color-primary) transparent;
caret-color: var(--color-caret);
}
Expand Down

0 comments on commit 3b2ed47

Please sign in to comment.