瀏覽代碼

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;