🎨 style: 使用轮廓线和轮廓偏移替代内阴影 fix https://github.com/siyuan-note/siyuan/issues/10867
This commit is contained in:
parent
9854219374
commit
d62e293926
1 changed files with 2 additions and 1 deletions
|
@ -315,8 +315,9 @@
|
|||
&--select {
|
||||
background-color: var(--b3-theme-primary-lightest);
|
||||
outline: 2px solid var(--b3-theme-primary-lighter);
|
||||
outline-offset: -2px;
|
||||
outline-offset: -1px;
|
||||
border-radius: var(--b3-border-radius);
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
&--active {
|
||||
|
|
Loading…
Add table
Reference in a new issue