소스 검색

Added .el-table__body to tr:hover

Nicolaj Egelund 8 년 전
부모
커밋
91613ba59d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
       }
     }