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,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;