mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Fix hidden right border of form input lookup buttons
This commit is contained in:
committed by
Matthew Jones
parent
9978b3f9ad
commit
2cc9e2ca0b
@@ -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