mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 17:34:06 +01:00
fix: 鼠标框选块或单元格时不应选中其中的文本 (#14010)
* fix: 鼠标框选块或单元格时不应选中其中的文本 fix https://github.com/siyuan-note/siyuan/issues/12120 * refactor: 表格选择单元格不灵活 fix https://github.com/siyuan-note/siyuan/issues/11388
This commit is contained in:
parent
737c3f6559
commit
2863eec46c
2 changed files with 11 additions and 7 deletions
|
|
@ -511,6 +511,10 @@
|
|||
transition: var(--b3-background-transition);
|
||||
}
|
||||
|
||||
&--hidden ::selection {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
// https://github.com/siyuan-note/siyuan/issues/11589
|
||||
.hljs wbr {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue