mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Various sprint 1 ui fixes
The edit button for the row of the item you are currently editing now stays selected Projects edit's now refresh correctly The pagination service now supports queries for users (use username instead of just name)
This commit is contained in:
@@ -246,3 +246,8 @@ table, tbody {
|
||||
background-color: @list-no-items-bg;
|
||||
color: @list-no-items-txt;
|
||||
}
|
||||
|
||||
.List-editButton--selected {
|
||||
background-color: @list-actn-bg-hov !important;
|
||||
color: @list-actn-icn-hov;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user