Vanessa 2023-07-02 20:52:16 +08:00
parent 593959312d
commit 22c46bbc6b
10 changed files with 283 additions and 118 deletions

View file

@ -78,6 +78,8 @@ progressLoading: 400
#windowControls: 502
.b3-snackbar: 503
.av__panel: 504
*/
html {

View file

@ -12,6 +12,7 @@
outline: none;
font-size: 18px;
font-weight: bold;
&:empty::after {
color: var(--b3-theme-on-surface);
content: attr(data-tip);
@ -109,6 +110,15 @@
}
}
&__panel {
z-index: 504;
position: relative;
.b3-menu__item:not([data-type="title"]):hover {
background-color: var(--b3-list-hover);
}
}
&.protyle-wysiwyg--select {
.layout-tab-bar,
.av__row--header,

View file

@ -231,6 +231,7 @@
&:hover {
opacity: 1;
color: var(--b3-theme-on-background);
}
}