Skip to content

Commit

Permalink
Merge pull request #50657 from nextcloud/fix/highcontras-scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Feb 5, 2025
2 parents 31b40ab + 6679c42 commit 1407a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/theming/lib/Themes/DarkHighContrastTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function getCSSVariables(): array {
'--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',
Expand Down
2 changes: 1 addition & 1 deletion apps/theming/lib/Themes/HighContrastTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getCSSVariables(): array {

'--color-favorite' => '#936B06',

'--color-scrollbar' => 'auto',
'--color-scrollbar' => 'auto transparent',

// used for the icon loading animation
'--color-loading-light' => '#dddddd',
Expand Down

0 comments on commit 1407a1d

Please sign in to comment.