Skip to content

Commit 7e299c0

Browse files
authored
fix(data-table): remove hover styles from thead checkbox (#5209)
1 parent 86fa56d commit 7e299c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/data-table/_data-table-core.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
padding-bottom: 0;
267267
}
268268

269-
th.#{$prefix}--table-column-checkbox:hover {
269+
.#{$prefix}--date-table tbody th.#{$prefix}--table-column-checkbox:hover {
270270
background: $data-table-column-hover;
271271
}
272272

0 commit comments

Comments
 (0)