mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Fix td hover bg transition
This commit is contained in:
parent
941782f7ec
commit
54984d6d4c
@ -43,7 +43,7 @@
|
|||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
transition: all 0.3s ease;
|
transition: all .3s;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
}
|
}
|
||||||
@ -56,11 +56,12 @@
|
|||||||
|
|
||||||
&-tbody > tr > td {
|
&-tbody > tr > td {
|
||||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||||
|
transition: all .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-thead > tr,
|
&-thead > tr,
|
||||||
&-tbody > tr {
|
&-tbody > tr {
|
||||||
transition: all .3s ease;
|
transition: all .3s;
|
||||||
&.@{table-prefix-cls}-row-hover,
|
&.@{table-prefix-cls}-row-hover,
|
||||||
&:hover {
|
&:hover {
|
||||||
& > td {
|
& > td {
|
||||||
|
Loading…
Reference in New Issue
Block a user