mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Inventory refactor: fixed drag-n-drop so that a group cannot be dropped onto itself or dropped into a group where it already exists.
This commit is contained in:
@@ -376,12 +376,12 @@ dd {
|
||||
.help-link,
|
||||
.help-link:active,
|
||||
.help-link:visited {
|
||||
color: #49afcd;
|
||||
color: @grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.help-link:hover {
|
||||
color: @blue;
|
||||
color: @black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user