소스 검색

Dropdown: fix split-button caret default color (#15931)

JuniorTour 6 년 전
부모
커밋
f9384aa588
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      packages/theme-chalk/src/dropdown.scss

+ 4 - 0
packages/theme-chalk/src/dropdown.scss

@@ -35,6 +35,10 @@
       background: mix(white, transparent, 50%);
     }
 
+    &.el-button--default::before {
+      background: mix($--button-default-border-color, transparent, 50%);
+    }
+
     &:hover {
       &::before {
         top: 0;