mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
1cf1854bd3
commit
2ba5242920
2 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
margin: 4px;
|
||||
border: 0;
|
||||
transition: var(--b3-transition);
|
||||
box-shadow: 0 0 0 1px var(--b3-theme-surface-lighter) inset;
|
||||
box-shadow: 0 0 0 1px var(--b3-list-hover) inset;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
|
@ -21,6 +21,6 @@
|
|||
}
|
||||
|
||||
&:hover:not(.color__square--list) {
|
||||
box-shadow: 0 0 0 1px var(--b3-theme-surface-lighter) inset, 0 0 0 4px var(--b3-theme-background);
|
||||
box-shadow: 0 0 0 1px var(--b3-list-hover) inset, 0 0 0 4px var(--b3-theme-background);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue