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