mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
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:
@@ -458,7 +458,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border:1px solid @field-border;
|
border:1px solid @field-border;
|
||||||
border-right: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-lookupButton:hover {
|
.Form-lookupButton:hover {
|
||||||
@@ -470,7 +469,6 @@
|
|||||||
.Form-lookupButton:active,
|
.Form-lookupButton:active,
|
||||||
.Form-lookupButton:focus {
|
.Form-lookupButton:focus {
|
||||||
border: 1px solid @field-border;
|
border: 1px solid @field-border;
|
||||||
border-right: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
|
|||||||
Reference in New Issue
Block a user