Explorar el Código

Added .el-table__body to tr:hover

Nicolaj Egelund hace 8 años
padre
commit
91613ba59d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/theme-default/src/table.css

+ 1 - 1
packages/theme-default/src/table.css

@@ -414,7 +414,7 @@
     }
 
     @modifier enable-row-hover {
-      tr:hover > td {
+      .el-table__body tr:hover > td {
         background-color: var(--color-extra-light-gray);
       }
     }