mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-07 21:22:34 +01:00
This commit is contained in:
parent
1cfe63c64f
commit
7076dcd5c7
2 changed files with 16 additions and 6 deletions
|
|
@ -9,11 +9,11 @@
|
|||
transition: box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
||||
background-color: var(--b3-theme-background);
|
||||
|
||||
&:hover {
|
||||
&:not(.b3-text-field--text):hover {
|
||||
box-shadow: inset 0 0 0 .4px var(--b3-theme-on-background);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&:not(.b3-text-field--text):focus {
|
||||
box-shadow: inset 0 0 0 1px var(--b3-theme-primary), 0 0 0 3px var(--b3-theme-primary-lightest);
|
||||
}
|
||||
|
||||
|
|
@ -28,9 +28,5 @@
|
|||
|
||||
&--text {
|
||||
box-shadow: 0 0 0;
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue