We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e2cb7a + 9252ed2 commit aa7eb22Copy full SHA for aa7eb22
1 file changed
packages/super-editor/src/editors/v1/assets/styles/helpers/isolation.css
@@ -5,8 +5,8 @@
5
*/
6
.sd-editor-scoped,
7
.sd-editor-scoped :where(*:not(svg):not(svg *):not(.annotation):not([data-drag-handle])),
8
-.sd-editor-scoped :where(*:not(svg):not(svg *)::before),
9
-.sd-editor-scoped :where(*:not(svg):not(svg *)::after) {
+.sd-editor-scoped :where(*:not(svg):not(svg *))::before,
+.sd-editor-scoped :where(*:not(svg):not(svg *))::after {
10
all: revert;
11
box-sizing: border-box;
12
}
0 commit comments