Przeglądaj źródła

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

lon 6 lat temu
rodzic
commit
811add71cf
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
           }
         }
       }