You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop: Accessibility: Improve scrollbar contrast (#11708)
This commit is contained in:
@@ -137,14 +137,13 @@ export default function(theme: any, options: Options = null) {
|
||||
border: none;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(100, 100, 100, 0.3);
|
||||
border-radius: 5px;
|
||||
background: ${theme.scrollbarThumbColor};
|
||||
}
|
||||
::-webkit-scrollbar-track:hover {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(100, 100, 100, 0.7);
|
||||
background: ${theme.scrollbarThumbColorHover};
|
||||
}
|
||||
|
||||
${maxWidthCss}
|
||||
|
||||
Reference in New Issue
Block a user