Skip to content

Commit

Permalink
fix(data-table): remove hover styles from thead checkbox (#5209)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Jan 30, 2020
1 parent 86fa56d commit 7e299c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
padding-bottom: 0;
}

th.#{$prefix}--table-column-checkbox:hover {
.#{$prefix}--date-table tbody th.#{$prefix}--table-column-checkbox:hover {
background: $data-table-column-hover;
}

Expand Down

0 comments on commit 7e299c0

Please sign in to comment.