Kaynağa Gözat

Table: fix expand row hover style (#9554)

FuryBean 7 yıl önce
ebeveyn
işleme
88af318e39
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/theme-chalk/src/table.scss

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

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