This commit is contained in:
Vanessa 2023-03-15 11:45:51 +08:00
parent 8be92fba14
commit 441c12813f
4 changed files with 15 additions and 4 deletions

View file

@ -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);
}
}

View file

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