mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 04:58:06 +01:00
This commit is contained in:
parent
a56ef14bdc
commit
eaf1cbbb2e
2 changed files with 11 additions and 3 deletions
|
|
@ -142,6 +142,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&.item--focus {
|
||||
.item__close svg {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&--readonly {
|
||||
border-left-color: var(--b3-theme-background-light);
|
||||
}
|
||||
|
|
@ -229,6 +236,7 @@
|
|||
color: var(--b3-theme-on-surface);
|
||||
transition: var(--b3-transition);
|
||||
padding: 4px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&:hover svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue