Vanessa 2023-03-24 20:53:14 +08:00 committed by Liang Ding
parent 67e3a85cd7
commit 638c937262
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -53,19 +53,17 @@
box-shadow: none;
}
&--hide {
.protyle-wysiwyg > .sb > div:nth-of-type(n+2):not(.protyle-attr) {
display: none;
}
&--hide span[data-type~=mark] {
transition: var(--b3-transition);
color: transparent !important;
}
.li > .list {
display: none;
}
&--hideli .li > .list {
display: none;
}
span[data-type~=mark] {
transition: var(--b3-transition);
color: transparent !important;
}
&--hidesb .protyle-wysiwyg > .sb > div:nth-of-type(n+2):not(.protyle-attr) {
display: none;
}
}
}