mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
chore: should use @{table-prefix-cls} (#30983)
This commit is contained in:
parent
0d619766e0
commit
4cdd24f4ec
@ -225,8 +225,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/ant-design/ant-design/issues/30969
|
// https://github.com/ant-design/ant-design/issues/30969
|
||||||
&.ant-table-cell-fix-left:hover,
|
&.@{table-prefix-cls}-cell-fix-left:hover,
|
||||||
&.ant-table-cell-fix-right:hover {
|
&.@{table-prefix-cls}-cell-fix-right:hover {
|
||||||
background: lighten(@black, 96%);
|
background: lighten(@black, 96%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user