mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
8be92fba14
commit
441c12813f
4 changed files with 15 additions and 4 deletions
|
|
@ -6,13 +6,18 @@
|
|||
box-sizing: border-box;
|
||||
color: var(--b3-theme-on-background);
|
||||
transition: box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
||||
background-color: var(--b3-theme-background);
|
||||
min-width: 200px;
|
||||
height: 28px;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
box-shadow: inset 0 0 0 0.4px var(--b3-theme-on-surface-light);
|
||||
background: var(--b3-select-background);
|
||||
appearance: none;
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 0 0 0 .4px var(--b3-theme-on-background);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 3px var(--b3-theme-primary-lighter);
|
||||
box-shadow: inset 0 0 0 1px var(--b3-theme-primary), 0 0 0 3px var(--b3-theme-primary-lightest);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
background-color: var(--b3-theme-background);
|
||||
|
||||
&:hover {
|
||||
border-color: var(--b3-theme-on-background);
|
||||
box-shadow: inset 0 0 0 .4px var(--b3-theme-on-background);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue