mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 14:04:06 +01:00
This commit is contained in:
parent
9b9bc68c49
commit
bf96331cf6
4 changed files with 86 additions and 73 deletions
|
|
@ -66,12 +66,17 @@
|
|||
}
|
||||
|
||||
&__firstcol {
|
||||
input {
|
||||
margin: 11px 5px;
|
||||
svg {
|
||||
color: var(--b3-theme-on-surface);
|
||||
height: 36px;
|
||||
width: 24px;
|
||||
opacity: 0;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
}
|
||||
|
||||
&:hover input {
|
||||
&:hover svg {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue