mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
💄 Improve mouse selection code blocks Fix https://github.com/siyuan-note/siyuan/issues/14644 (#14646)
This commit is contained in:
parent
96d43f2af3
commit
f60a8d641a
1 changed files with 9 additions and 2 deletions
|
|
@ -536,8 +536,15 @@
|
|||
transition: var(--b3-background-transition);
|
||||
}
|
||||
|
||||
&--hiderange ::selection {
|
||||
background-color: transparent;
|
||||
&--hiderange {
|
||||
::selection {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.hljs ::selection {
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
// https://github.com/siyuan-note/siyuan/issues/11589
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue