Merge pull request #50658 from nextcloud/backport/50657/stable30

[stable30] fix(theming): high contrast themes scrollbar
This commit is contained in:
Andy Scherzinger 2025-02-05 11:02:30 +01:00 committed by GitHub
commit c5a85dcc1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ class DarkHighContrastTheme extends DarkTheme implements ITheme {
'--color-info-hover' => $this->util->lighten($colorInfo, 10),
'--color-info-text' => $this->util->lighten($colorInfo, 20),
'--color-scrollbar' => 'auto',
'--color-scrollbar' => 'auto transparent',
// used for the icon loading animation
'--color-loading-light' => '#000000',

View file

@ -94,7 +94,7 @@ class HighContrastTheme extends DefaultTheme implements ITheme {
'--color-favorite' => '#936B06',
'--color-scrollbar' => 'auto',
'--color-scrollbar' => 'auto transparent',
// used for the icon loading animation
'--color-loading-light' => '#dddddd',