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:
Marliana Lara
2018-05-01 14:14:28 -04:00
parent b64990562a
commit dce52d0552
56 changed files with 104 additions and 127 deletions

View File

@@ -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;