mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
This commit is contained in:
parent
593959312d
commit
22c46bbc6b
10 changed files with 283 additions and 118 deletions
|
|
@ -78,6 +78,8 @@ progressLoading: 400
|
|||
#windowControls: 502
|
||||
|
||||
.b3-snackbar: 503
|
||||
|
||||
.av__panel: 504
|
||||
*/
|
||||
|
||||
html {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -231,6 +231,7 @@
|
|||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
color: var(--b3-theme-on-background);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue