mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
fix(style): global cursor style for scrollbar thumb
This commit is contained in:
parent
3ae7bbf304
commit
cb75d01fd3
@ -24,6 +24,7 @@ body[theme-mode='light'] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
|
cursor: pointer;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: var(--color-scrollbar-thumb);
|
background: var(--color-scrollbar-thumb);
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -32,6 +33,7 @@ body[theme-mode='light'] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre:not(.shiki)::-webkit-scrollbar-thumb {
|
pre:not(.shiki)::-webkit-scrollbar-thumb {
|
||||||
|
cursor: pointer;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: rgba(0, 0, 0, 0.08);
|
background: rgba(0, 0, 0, 0.08);
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user