Browse Source

fix: table hover missing style (#42572)

pull/42584/head
二货爱吃白萝卜 2 years ago
committed by GitHub
parent
commit
b2402f9140
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/table/style/index.ts

2
components/table/style/index.ts

@ -209,7 +209,7 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
[`
&${componentCls}-row:hover > th,
&${componentCls}-row:hover > td,
> th${componentCls}-cell-row-hover
> th${componentCls}-cell-row-hover,
> td${componentCls}-cell-row-hover
`]: {
background: tableRowHoverBg,

Loading…
Cancel
Save