1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Prevent swaps value input placeholder from jumping when focused (#9520)

This commit is contained in:
David Walsh 2020-10-08 11:08:36 -05:00 committed by GitHub
parent e389ad98af
commit 25e5ac24b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
border: 1px solid $Grey-100;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: none;
border-left-color: transparent;
height: 60px;
}