mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Fixes some bugs from PR feedback
* Fixes bug where new devices on the canvas weren't added to the search dropdown * Fixes bug with closing the details panel * Changes the fill color to white for remote-selected devices * Fixes read-only mode by swapping out move controller for move read-only * Updates range on the zoom widget
This commit is contained in:
committed by
Ben Thomasson
parent
8086906a43
commit
883545d4cb
@@ -135,6 +135,7 @@
|
||||
.NetworkUI__router--remote-selected {
|
||||
stroke: @selected-mango;
|
||||
stroke-width: 10;
|
||||
fill: @light-background
|
||||
}
|
||||
|
||||
.NetworkUI__router--selected-conflict {
|
||||
@@ -170,6 +171,7 @@
|
||||
.NetworkUI__switch--remote-selected {
|
||||
stroke: @selected-mango;
|
||||
stroke-width: 10;
|
||||
fill: @light-background
|
||||
}
|
||||
|
||||
.NetworkUI__switch--selected-conflict {
|
||||
@@ -212,7 +214,7 @@
|
||||
}
|
||||
|
||||
.NetworkUI__rack--remote-selected {
|
||||
fill: @selected-mango;
|
||||
fill: @light-background;
|
||||
stroke: @selected-mango;
|
||||
stroke-width: 10;
|
||||
}
|
||||
@@ -281,7 +283,7 @@
|
||||
}
|
||||
|
||||
.NetworkUI__site--remote-selected {
|
||||
fill: @selected-mango;
|
||||
fill: @light-background;
|
||||
stroke: @selected-mango;
|
||||
stroke-width: 10;
|
||||
}
|
||||
@@ -363,7 +365,7 @@
|
||||
}
|
||||
|
||||
.NetworkUI__host--remote-selected {
|
||||
fill: @selected-mango;
|
||||
fill: @light-background;
|
||||
stroke: @selected-mango;
|
||||
stroke-width: 10;
|
||||
}
|
||||
@@ -414,7 +416,7 @@
|
||||
}
|
||||
|
||||
.NetworkUI__device--remote-selected {
|
||||
fill: @selected-mango;
|
||||
fill: @light-background;
|
||||
stroke: @selected-mango;
|
||||
stroke-width: 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user