Skip to content

Commit

Permalink
Fix user table CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and Xyene committed Jan 12, 2024
1 parent 9c513c2 commit 61318c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
margin-bottom: 0.5em;
background: rgba($color_primary100, 0.01);

&.striped tr:nth-child(even) {
background: rgba($color_primary100, 0.03);
}

th {
height: 2em;
color: $color_primary0;
Expand Down Expand Up @@ -62,3 +58,7 @@
border-bottom-left-radius: $table_header_rounding;
}
}

.striped tr:nth-child(even) {
background: rgba($color_primary100, 0.03);
}

0 comments on commit 61318c7

Please sign in to comment.