From 2cc9e2ca0bec3074c300c2f1ed8ca97f7f57b6bb Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 2 Oct 2017 17:21:44 -0400 Subject: [PATCH] Fix hidden right border of form input lookup buttons --- awx/ui/client/legacy-styles/forms.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index 4fb40e395d..9508b254c6 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -458,7 +458,6 @@ align-items: center; justify-content: center; border:1px solid @field-border; - border-right: 0px; } .Form-lookupButton:hover { @@ -470,7 +469,6 @@ .Form-lookupButton:active, .Form-lookupButton:focus { border: 1px solid @field-border; - border-right: 0px; } .CodeMirror {