mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 12:00:03 -02:30
Update the Add button content and styles
* Change the text from "Add" to "+" * Update the e2e test to check for an id #button-add
This commit is contained in:
@@ -220,6 +220,7 @@ table, tbody {
|
||||
}
|
||||
|
||||
.List-actions {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-bottom: -34px;
|
||||
}
|
||||
@@ -235,10 +236,6 @@ table, tbody {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.List-action:not(.ng-hide) ~ .List-action:not(.ng-hide) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.List-buttonSubmit {
|
||||
background-color: @submit-button-bg;
|
||||
color: @submit-button-text;
|
||||
@@ -254,6 +251,8 @@ table, tbody {
|
||||
background-color: @btn-bg;
|
||||
color: @btn-txt;
|
||||
border-color: @b7grey;
|
||||
height: 30px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.List-buttonDefault:hover,
|
||||
@@ -465,16 +464,6 @@ table, tbody {
|
||||
background-color: @submit-button-bg-hov;
|
||||
}
|
||||
|
||||
.List-dropdownCarat {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
vertical-align: middle;
|
||||
border-top: 4px dashed;
|
||||
border-right: 4px solid transparent;
|
||||
border-left: 4px solid transparent;
|
||||
}
|
||||
|
||||
.List-infoCell {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user