style: 选中水平布局超级块内的单个嵌入块时,高亮范围与超级块保持一致,覆盖 border 和 margin
This commit is contained in:
parent
e80b340f13
commit
abd5840e15
1 changed files with 7 additions and 0 deletions
|
@ -186,6 +186,13 @@
|
|||
height: calc(100% + 4px);
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
/* 选中块的高亮覆盖 border 和 margin */
|
||||
&> .render-node[data-type="NodeBlockQueryEmbed"].protyle-wysiwyg--select::after,
|
||||
&> .render-node[data-type="NodeBlockQueryEmbed"].protyle-wysiwyg--hl::after{
|
||||
height: calc(100% + 6px);
|
||||
top: -3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue