This repository was archived by the owner on May 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99</ head >
1010< body >
1111 < button > Download</ button >
12- < button class ="et-button-danger et-hover "> Close this Task</ button >
12+ < button class ="et-button-invalid "> Close this Task</ button >
1313 < button class ="et-button-valid "> Save Changes</ button >
1414 < button class ="et-button-warning "> Check Notifications</ button >
1515 < button class ="et-button-disabled "> Button</ button >
1919< button class ="et-button-secondary "> Button</ button >
2020< button class ="et-button-alert-secondary "> Button</ button >
2121< button class ="et-button-warning-secondary "> Button</ button >
22- < button class ="et-button-success -secondary "> Button</ button >
22+ < button class ="et-button-valid -secondary "> Button</ button >
2323</ body >
2424</ html >
Original file line number Diff line number Diff line change @@ -3,18 +3,9 @@ __BUTTON__TESTS = [
33 {
44 "classname" : "et-button"
55 } ,
6- {
7- "classname" : "et-primaryButton"
8- } ,
9- {
10- "classname" : "et-button-danger"
11- } ,
126 {
137 "classname" : "et-button-invalid"
148 } ,
15- {
16- "classname" : "et-button-success"
17- } ,
189 {
1910 "classname" : "et-button-valid"
2011 } ,
@@ -37,7 +28,7 @@ __BUTTON__TESTS = [
3728 "classname" : "et-button-warning-secondary"
3829 } ,
3930 {
40- "classname" : "et-button-success -secondary"
31+ "classname" : "et-button-valid -secondary"
4132 }
4233]
4334
You can’t perform that action at this time.
0 commit comments