mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Better scrollbar color
This commit is contained in:
@@ -136,18 +136,10 @@
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
@apply bg-gray-200 rounded-full;
|
||||
@apply bg-gray-200 hover:bg-gray-300 rounded-full;
|
||||
}
|
||||
}
|
||||
|
||||
.cm-editor .cm-scroller::-webkit-scrollbar-thumb {
|
||||
@apply bg-opacity-50;
|
||||
}
|
||||
|
||||
.cm-editor.cm-focused .cm-scroller::-webkit-scrollbar-thumb {
|
||||
@apply bg-opacity-100;
|
||||
}
|
||||
|
||||
/* <-- */
|
||||
|
||||
/* NOTE: Extra selector required to override default styles */
|
||||
|
||||
Reference in New Issue
Block a user