Merge pull request #491 from marshmalien/fix/7661-host-config-key-border

[3.2.2] Fix missing right border of lookup buttons
This commit is contained in:
Marliana Lara 2017-10-05 14:11:41 -04:00 committed by Matthew Jones
commit f93506fe2c

View File

@ -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 {