mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03: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:
commit
f93506fe2c
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user