mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
9567b24d76
commit
9081608313
1 changed files with 3 additions and 1 deletions
|
|
@ -5,16 +5,18 @@
|
|||
line-height: 20px;
|
||||
box-sizing: border-box;
|
||||
color: var(--b3-theme-on-background);
|
||||
transition: box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
||||
transition: box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color .2s cubic-bezier(0, 0, .2, 1) 0ms;
|
||||
min-width: 200px;
|
||||
height: 28px;
|
||||
font-size: 14px;
|
||||
box-shadow: inset 0 0 0 0.4px var(--b3-theme-on-surface-light);
|
||||
background: var(--b3-select-background);
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 0 0 0 .4px var(--b3-theme-on-background);
|
||||
background-color: var(--b3-theme-background-light);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue