mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 03:40:15 +01:00
This commit is contained in:
parent
abb916e879
commit
f5ddff696a
4 changed files with 47 additions and 24 deletions
|
|
@ -310,6 +310,10 @@
|
|||
background-color: var(--b3-theme-surface);
|
||||
box-sizing: border-box;
|
||||
|
||||
&:hover .dock__item--pin {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&#dockLeft {
|
||||
border-right: .5px solid var(--b3-border-color);
|
||||
}
|
||||
|
|
@ -356,6 +360,11 @@
|
|||
border-radius: 6px;
|
||||
margin: 5px;
|
||||
|
||||
&--pin {
|
||||
opacity: 0;
|
||||
transition: var(--b3-transition);
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&--active {
|
||||
background-color: var(--b3-theme-background-light);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue