There was an error while loading. Please reload this page.
1 parent a84bd87 commit c972580Copy full SHA for c972580
packages/devui-vue/devui/collapse/src/collapse.scss
@@ -33,6 +33,10 @@
33
&.#{$devui-prefix}-collapse__item--disabled {
34
color: $devui-disabled-text;
35
cursor: not-allowed;
36
+
37
+ & > .#{$devui-prefix}-collapse__open-icon svg path {
38
+ fill: currentColor !important;
39
+ }
40
}
41
42
&:not(.#{$devui-prefix}-collapse__item--disabled) {
0 commit comments