Skip to content

Commit

Permalink
Merge branch 'summer-16' into hotfix/input-heights
Browse files Browse the repository at this point in the history
* summer-16:
  Resolve issue where th stayed white on striped row, fix #232
  • Loading branch information
brandonferrua committed Jun 10, 2016
2 parents 724bcc2 + 3fbf719 commit 91b141d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/components/data-tables/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@

// Add alternating strips to rows
.#{$css-prefix}table--striped {

tr:nth-of-type(even) > td {
// scss-lint:disable SelectorDepth
tbody tr:nth-of-type(even) > td,
tbody tr:nth-of-type(even) > th {
background-color: $color-background-row-hover;
}
}
Expand Down

0 comments on commit 91b141d

Please sign in to comment.