Skip to content

Commit

Permalink
Do not use thin scrollbars on Firefox (go-gitea#16738) (go-gitea#16745)
Browse files Browse the repository at this point in the history
In go-gitea#7269, thin scrollbars were added in Arc Green theme. It got moved
in base theme in go-gitea#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
2 people authored and Gitea committed Aug 24, 2021
1 parent 0035609 commit e1fe64f
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 e1fe64f

Please sign in to comment.