فهرست منبع

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 {
-      background-color: $--table-row-hover-background !important;
+      background-color: transparent !important;
     }
   }