mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): fix input field background color (#5478)
This commit is contained in:
parent
bab50fceda
commit
df5d2a2445
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
transition-duration: 0.2s;
|
||||
padding: 0 _.unit(3);
|
||||
height: 36px;
|
||||
background-color: inherit;
|
||||
background-color: var(--color-layer-1);
|
||||
font: var(--font-body-2);
|
||||
|
||||
&.withIcon {
|
||||
|
@ -85,6 +85,7 @@
|
|||
|
||||
&[type='number'] {
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
|
||||
&::-webkit-outer-spin-button,
|
||||
&::-webkit-inner-spin-button {
|
||||
|
|
Loading…
Reference in a new issue