瀏覽代碼

Table: fix expand row hover style (#9554)

FuryBean 7 年之前
父節點
當前提交
88af318e39
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/theme-chalk/src/table.scss

+ 1 - 1
packages/theme-chalk/src/table.scss

@@ -70,7 +70,7 @@
     }
     }
 
 
     &:hover {
     &:hover {
-      background-color: $--table-row-hover-background !important;
+      background-color: transparent !important;
     }
     }
   }
   }