فهرست منبع

Table: fix background color of complex table when hovering (#15504)

lon 6 سال پیش
والد
کامیت
811add71cf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/theme-chalk/src/table.scss

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

@@ -505,7 +505,7 @@
       &, &.el-table__row--striped {
         &, &.current-row {
           > td {
-            background-color: $--table-current-row-background-color;
+            background-color: $--table-row-hover-background-color;
           }
         }
       }