1
0
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:
David Walsh 2022-03-16 17:21:55 -05:00 committed by GitHub
parent 157c40d666
commit e2a6bcfc6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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