]> source.dussan.org Git - gitea.git/commitdiff
Do not use thin scrollbars on Firefox (#16738)
authorElouan Martinet <exa@elou.world>
Thu, 19 Aug 2021 21:31:47 +0000 (23:31 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 21:31:47 +0000 (17:31 -0400)
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>
web_src/less/_base.less

index dac18f2bf6e23b433f845580e02eeab08fa9fee6..8b951b2548d75d99fa10a129268e44fc64a7e717 100644 (file)
@@ -175,7 +175,6 @@ details summary > * {
 }
 
 * {
-  scrollbar-width: thin;
   scrollbar-color: var(--color-primary) transparent;
   caret-color: var(--color-caret);
 }