mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 20:49:24 -02:30
Cleans up the Network UI after PR feedback and UX feedback
-removes stale commented-out lines -makes "unknown" type devices smaller on canvas -moves "unknown" type device title underneath icon -removes collapsed inventory toolbox -changes "Delete" to "Remove" -removes the "Close" button for "Cancel" on details panel -changing Remove color to red
This commit is contained in:
committed by
Ben Thomasson
parent
0e32644a27
commit
abb95fdad6
@@ -128,18 +128,18 @@
|
||||
|
||||
.NetworkUI__router--selected {
|
||||
stroke: @selected-blue;
|
||||
stroke-width: 4;
|
||||
stroke-width: 10;
|
||||
fill:@light-background;
|
||||
}
|
||||
|
||||
.NetworkUI__router--remote-selected {
|
||||
stroke: @selected-mango;
|
||||
stroke-width: 4;
|
||||
stroke-width: 10;
|
||||
}
|
||||
|
||||
.NetworkUI__router--selected-conflict {
|
||||
stroke: @selected-red;
|
||||
stroke-width: 4;
|
||||
stroke-width: 10;
|
||||
}
|
||||
|
||||
.NetworkUI__router-text {
|
||||
@@ -672,6 +672,18 @@
|
||||
fill:@button-body-hover;
|
||||
}
|
||||
|
||||
.NetworkUI__contextMenuRemoveButtonText{
|
||||
fill: @red;
|
||||
font-family: 'Open Sans';
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.NetworkUI__contextMenuRemoveButtonText-hover{
|
||||
fill: @red;
|
||||
font-family: 'Open Sans';
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.NetworkUI__test_results {
|
||||
fill: @light-background;
|
||||
stroke: @dark-widget-detail;
|
||||
|
||||
Reference in New Issue
Block a user