Skip to content

Commit c972580

Browse files
Lucky-Ya-Qkagol
authored andcommitted
fix(collapse): 修复折叠面板禁用时图标颜色
1 parent a84bd87 commit c972580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/devui-vue/devui/collapse/src/collapse.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
&.#{$devui-prefix}-collapse__item--disabled {
3434
color: $devui-disabled-text;
3535
cursor: not-allowed;
36+
37+
& > .#{$devui-prefix}-collapse__open-icon svg path {
38+
fill: currentColor !important;
39+
}
3640
}
3741

3842
&:not(.#{$devui-prefix}-collapse__item--disabled) {

0 commit comments

Comments
 (0)