mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 21:48:06 +01:00
36 lines
748 B
SCSS
36 lines
748 B
SCSS
@import "util/mixin";
|
|
@import "component/tooltips";
|
|
@import "component/typography";
|
|
@import "protyle/wysiwyg";
|
|
@import "protyle/attr";
|
|
@import "util/function";
|
|
@import "business/history";
|
|
@import "component/button";
|
|
@import "component/select";
|
|
@import "component/switch";
|
|
@import "component/slider";
|
|
@import "component/text-field";
|
|
|
|
.protyle-wysiwyg {
|
|
font-family: var(--b3-font-family);
|
|
}
|
|
|
|
.protyle-wysiwyg a,
|
|
.b3-typography a {
|
|
color: var(--b3-protyle-inline-link-color);
|
|
cursor: pointer;
|
|
transition: var(--b3-transition);
|
|
}
|
|
|
|
svg {
|
|
fill: currentColor;
|
|
display: inline-block;
|
|
}
|
|
|
|
.protyle-wysiwyg [data-node-id].iframe:hover .protyle-action__drag {
|
|
display: none;
|
|
}
|
|
|
|
.b3-typography table, .protyle-wysiwyg table {
|
|
display: table;
|
|
}
|