This commit is contained in:
Vanessa 2023-03-15 12:10:52 +08:00
parent 9567b24d76
commit 9081608313

View file

@ -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 {