Skip to content

Commit

Permalink
让高亮覆盖引述块的左边框
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Nov 13, 2024
1 parent b18a856 commit 296cbc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/assets/scss/protyle/_wysiwyg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,17 @@
}
}

.bq {
&.bq {
&.protyle-wysiwyg--select,
&.protyle-wysiwyg--hl {
&::after {
left: -0.25em;
width: calc(100% + 0.25em);
}
}
}

.bq {
.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;
Expand Down

0 comments on commit 296cbc8

Please sign in to comment.