@@ -92,7 +92,6 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = token => {
92
92
tableFooterTextColor,
93
93
tableFooterBg,
94
94
paddingContentVerticalLG,
95
- wireframe,
96
95
} = token ;
97
96
const tableBorder = `${ lineWidth } px ${ lineType } ${ tableBorderColor } ` ;
98
97
return {
@@ -249,39 +248,6 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = token => {
249
248
} ,
250
249
} ,
251
250
252
- [ `${ componentCls } :not(${ componentCls } -bordered) ${ componentCls } -tbody > tr` ] : wireframe
253
- ? undefined
254
- : {
255
- [ `&${ componentCls } -row:hover, &${ componentCls } -row${ componentCls } -row-selected` ] : {
256
- [ `+ tr${ componentCls } -row > td` ] : {
257
- borderTopColor : 'transparent' ,
258
- } ,
259
- } ,
260
-
261
- [ `&${ componentCls } -row:last-child:hover > td,
262
- &${ componentCls } -row${ componentCls } -row-selected:last-child > td` ] : {
263
- borderBottomColor : 'transparent' ,
264
- } ,
265
-
266
- [ `
267
- &${ componentCls } -row:hover > td,
268
- > td${ componentCls } -cell-row-hover,
269
- &${ componentCls } -row${ componentCls } -row-selected > td
270
- ` ] : {
271
- borderTopColor : 'transparent' ,
272
-
273
- '&:first-child' : {
274
- borderStartStartRadius : tableRadius ,
275
- borderEndStartRadius : tableRadius ,
276
- } ,
277
-
278
- '&:last-child' : {
279
- borderStartEndRadius : tableRadius ,
280
- borderEndEndRadius : tableRadius ,
281
- } ,
282
- } ,
283
- } ,
284
-
285
251
// ============================ Footer ============================
286
252
[ `${ componentCls } -footer` ] : {
287
253
padding : `${ tablePaddingVertical } px ${ tablePaddingHorizontal } px` ,
0 commit comments