Setting table row hover bg on td (#5077)

Related issue #5067
This commit is contained in:
Wei Zhu 2017-02-28 11:31:01 +08:00 committed by GitHub
parent 445c940af4
commit 2fb52944e4

View File

@ -63,7 +63,9 @@
transition: all .3s ease;
&.@{table-prefix-cls}-row-hover,
&:hover {
background: @primary-1;
& > td {
background: @primary-1;
}
}
}