1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Revert "Desktop: Resolves #8817: Scrollbar thumb is barely visible in Light theme (#8831)"

This reverts commit c824f25262.
This commit is contained in:
Laurent Cozic 2023-09-25 15:34:39 +01:00
parent c88cabe47a
commit 1f19072f8f

View File

@ -40,18 +40,17 @@ a {
}
::-webkit-scrollbar-thumb {
background: rgba(150, 149, 149, 0.4);
background: rgba(100, 100, 100, 0.3);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(223, 223, 223, 0.6);
}
::-webkit-scrollbar-track:hover {
background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:hover {
background: rgba(100, 100, 100, 0.7);
}
.fade_out {
-webkit-transition: 0.15s;