소스 검색

style: `vxe-button` color in hover

xiaoxian521 2 년 전
부모
커밋
20a1293a55
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/style/dark.scss
  2. 2 1
      src/style/index.scss

+ 1 - 1
src/style/dark.scss

@@ -129,7 +129,7 @@ html.dark {
     color: var(--el-text-color-primary);
   }
 
-  .vxe-button.type--button.size--medium:hover {
+  .vxe-button.type--button:hover {
     background: var(--el-color-primary) !important;
   }
 

+ 2 - 1
src/style/index.scss

@@ -20,7 +20,8 @@
   filter: invert(80%);
 }
 
-/* 重置 vxe-table 中 pager 样式 */
+/* 重置 vxe-table 样式 */
+.vxe-button.type--button.theme--primary:hover,
 .vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active {
   color: #fff !important;
 }