让高亮覆盖引述块的左边框
This commit is contained in:
parent
edf8842833
commit
28f9e6283d
1 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,14 @@
|
|||
}
|
||||
|
||||
.bq {
|
||||
&.protyle-wysiwyg--select,
|
||||
&.protyle-wysiwyg--hl {
|
||||
&::after {
|
||||
left: -0.25em;
|
||||
width: calc(100% + 0.25em);
|
||||
}
|
||||
}
|
||||
|
||||
.dragover {
|
||||
&__top:not(.av__row) {
|
||||
box-shadow: 0 -3px 0 var(--b3-theme-primary-lighter), inset 0 1px 0 var(--b3-theme-primary-lighter) !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue