让高亮覆盖引述块的左边框

This commit is contained in:
Jeffrey Chen 2024-11-13 19:58:54 +08:00
parent edf8842833
commit 28f9e6283d

View file

@ -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;