mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +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 {
|
||||
cursor: pointer;
|
||||
border-radius: 10px;
|
||||
background: var(--color-scrollbar-thumb);
|
||||
&:hover {
|
||||
@ -32,6 +33,7 @@ body[theme-mode='light'] {
|
||||
}
|
||||
|
||||
pre:not(.shiki)::-webkit-scrollbar-thumb {
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
&:hover {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user