Skip to content

Commit 25089b3

Browse files
authored
fix(YfmCut): fixed open state styles for nested cuts (#643)
1 parent a978f96 commit 25089b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/yfm/YfmCut/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
outline: 0;
1212
}
1313
}
14-
.yfm-cut.open .yfm-cut-title:before {
14+
.yfm-cut.open > .yfm-cut-title:before {
1515
transform: translateY(-50%);
1616
}
1717
}

0 commit comments

Comments
 (0)