From 25e5ac24b2bfadd8ff62a37660eade57c013c806 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Thu, 8 Oct 2020 11:08:36 -0500 Subject: [PATCH] Prevent swaps value input placeholder from jumping when focused (#9520) --- ui/app/pages/swaps/dropdown-input-pair/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/pages/swaps/dropdown-input-pair/index.scss b/ui/app/pages/swaps/dropdown-input-pair/index.scss index ff2b03227..cc2764ec4 100644 --- a/ui/app/pages/swaps/dropdown-input-pair/index.scss +++ b/ui/app/pages/swaps/dropdown-input-pair/index.scss @@ -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; }