Browse Source

Fix fixed-columns hover

pull/1301/head
afc163 9 years ago
parent
commit
0b408bf9ab
  1. 1
      style/components/table.less

1
style/components/table.less

@ -50,6 +50,7 @@
tr {
transition: all .3s ease;
&.@{table-prefix-cls}-row-hover,
&:hover {
background: tint(@primary-color, 90%);
}

Loading…
Cancel
Save