mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 01:04:21 +01:00
💄 Use default cursor on scrollbars https://github.com/siyuan-note/siyuan/issues/16527 (#16528)
This commit is contained in:
parent
3f6fb0e48b
commit
269b4072d5
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
border: 4px solid transparent;
|
||||
border-radius: var(--b3-border-radius);
|
||||
box-shadow: inset 0 0 5px 5px var(--b3-scroll-color);
|
||||
cursor: default;
|
||||
|
||||
&:hover {
|
||||
border-width: 1px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue