mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 00:36:10 +01:00
This commit is contained in:
parent
404f10aee3
commit
6294d64d4a
2 changed files with 85 additions and 78 deletions
|
|
@ -21,8 +21,11 @@
|
|||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
&:hover:not(.color__square--list),
|
||||
&:hover:not(.color__square--list):not(.color__square--current) {
|
||||
box-shadow: 0 0 0 1px var(--b3-border-color) inset, 0 0 0 3px var(--b3-list-hover);
|
||||
}
|
||||
|
||||
&--current {
|
||||
box-shadow: 0 0 0 1px var(--b3-list-hover) inset, 0 0 0 4px var(--b3-theme-background);
|
||||
box-shadow: 0 0 0 2px var(--b3-menu-background) inset, 0 0 0 3px var(--b3-list-hover);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue