mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Inventory refactor: group drag-n-drop now fully working.
This commit is contained in:
@@ -1063,17 +1063,14 @@ input[type="checkbox"].checkbox-no-label {
|
||||
}
|
||||
|
||||
.draggable-clone {
|
||||
/* padding: 4px;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
border: 1px solid @grey; */
|
||||
opacity: .60;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.droppable-hover {
|
||||
background-color: @info;
|
||||
color: @info-color;
|
||||
padding: 4px;
|
||||
padding: 5px;
|
||||
border: 1px solid @info-border;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user