mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Dark Mode: ENS Input (#13984)
This commit is contained in:
parent
157c40d666
commit
e2a6bcfc6b
@ -182,6 +182,10 @@
|
||||
height: 1.125rem;
|
||||
margin: 0.25rem 0.5rem 0.25rem 0.25rem;
|
||||
|
||||
[data-theme='dark'] & {
|
||||
background-image: url('/images/search.svg');
|
||||
}
|
||||
|
||||
&--valid {
|
||||
background-image: url('/images/check-green-solid.svg');
|
||||
}
|
||||
@ -194,6 +198,8 @@
|
||||
width: 0;
|
||||
border: 0;
|
||||
outline: none;
|
||||
color: var(--color-text-default);
|
||||
background-color: var(--color-background-default);
|
||||
|
||||
&::placeholder {
|
||||
color: var(--Grey-200);
|
||||
|
Loading…
Reference in New Issue
Block a user