mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:28:35 +02:00
Better scrollbar color
This commit is contained in:
@@ -136,18 +136,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-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 */
|
/* NOTE: Extra selector required to override default styles */
|
||||||
|
|||||||
Reference in New Issue
Block a user