Skip to content

Commit

Permalink
firefox only
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jun 4, 2019
1 parent 28a830e commit c52bd56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -708,4 +708,11 @@
}
}

// Another fix of Firefox: https://github.com/ant-design/ant-design/issues/12628
@supports (-moz-appearance: meterbar) {
.@{table-prefix-cls}-thead > tr > th.@{table-prefix-cls}-column-has-actions {
background-clip: padding-box;
}
}

@import './size';

0 comments on commit c52bd56

Please sign in to comment.