mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-10 19:19:20 +08:00
chore: table support rowSpan hover (#32557)
This commit is contained in:
parent
0a8065e5bd
commit
2bb9407f5f
@ -145,11 +145,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.@{table-prefix-cls}-row:hover {
|
&.@{table-prefix-cls}-row:hover > td,
|
||||||
> td {
|
> td.@{table-prefix-cls}-cell-row-hover {
|
||||||
background: @table-row-hover-bg;
|
background: @table-row-hover-bg;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&.@{table-prefix-cls}-row-selected {
|
&.@{table-prefix-cls}-row-selected {
|
||||||
> td {
|
> td {
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
"rc-slider": "~9.7.4",
|
"rc-slider": "~9.7.4",
|
||||||
"rc-steps": "~4.1.0",
|
"rc-steps": "~4.1.0",
|
||||||
"rc-switch": "~3.2.0",
|
"rc-switch": "~3.2.0",
|
||||||
"rc-table": "~7.18.0",
|
"rc-table": "~7.19.0",
|
||||||
"rc-tabs": "~11.10.0",
|
"rc-tabs": "~11.10.0",
|
||||||
"rc-textarea": "~0.3.0",
|
"rc-textarea": "~0.3.0",
|
||||||
"rc-tooltip": "~5.1.1",
|
"rc-tooltip": "~5.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user