Browse Source

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

JuniorTour 6 years ago
parent
commit
f9384aa588
1 changed files with 4 additions and 0 deletions
  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;