Skip to content

Commit

Permalink
[batch][UI] revert table row background colors to gray/white (hail-is…
Browse files Browse the repository at this point in the history
…#12191)

* [batch] reverts table background colors to white/grey

* spellign

* fix color
  • Loading branch information
iris-garden authored Sep 20, 2022
1 parent 209728d commit 168e76c
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions web_common/web_common/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,23 +243,8 @@ a {
}

tr {
&:nth-of-type(7n+1) {
background-color: #fff4f4;
}
&:nth-of-type(7n+2) {
background-color: #fff9f1;
}
&:nth-of-type(7n+3) {
background-color: #fdfdf1;
}
&:nth-of-type(7n+4) {
background-color: #f4fff4;
}
&:nth-of-type(7n+5) {
background-color: #f2f4ff;
}
&:nth-of-type(7n+6) {
background-color: #fff6ff;
&:nth-of-type(even) {
background-color: #f0f0f0;
}

td.data-table-bad {
Expand Down

0 comments on commit 168e76c

Please sign in to comment.