style: 选中嵌入块的高亮覆盖其 border
This commit is contained in:
parent
c5cb63f817
commit
a43188edf8
1 changed files with 9 additions and 0 deletions
|
@ -266,6 +266,15 @@
|
|||
max-width: 100%;
|
||||
padding: 2px 4px;
|
||||
|
||||
/* 选中块的高亮覆盖 border */
|
||||
&.protyle-wysiwyg--select::after,
|
||||
&.protyle-wysiwyg--hl::after{
|
||||
width: calc(100% + 2px);
|
||||
height: calc(100% + 2px);
|
||||
left: -1px;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
// https://github.com/siyuan-note/siyuan/issues/8715 & https://ld246.com/article/1689063197687 第一点无法进行以下设置
|
||||
//.protyle-attr--refcount {right: 0;}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue