mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
parent
445c940af4
commit
2fb52944e4
@ -63,9 +63,11 @@
|
|||||||
transition: all .3s ease;
|
transition: all .3s ease;
|
||||||
&.@{table-prefix-cls}-row-hover,
|
&.@{table-prefix-cls}-row-hover,
|
||||||
&:hover {
|
&:hover {
|
||||||
|
& > td {
|
||||||
background: @primary-1;
|
background: @primary-1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-thead > tr:hover {
|
&-thead > tr:hover {
|
||||||
background: none;
|
background: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user