Răsfoiți Sursa

Table: fix expand row hover style (#9554)

FuryBean 7 ani în urmă
părinte
comite
88af318e39
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;
     }
   }