Skip to content

Commit 1f82d95

Browse files
committed
fix(theme): mixin-pattern error
1 parent 05099b0 commit 1f82d95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/style/theme.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
}
116116

117117
// =============== Collapse =============== //
118-
@mixin borderColor($color) {
118+
@mixin border-color($color) {
119119
border: 1px solid $color;
120120
}
121121
#{prefix($collapse)} {
@@ -126,7 +126,7 @@
126126

127127
&:focus,
128128
&:active {
129-
@include borderColor(rgba(97, 97, 97, 0.19));
129+
@include border-color(rgba(97, 97, 97, 0.19));
130130
}
131131

132132
.rc-collapse-extra {
@@ -150,7 +150,7 @@
150150
}
151151

152152
.rc-tree-treenode.drag-over > .draggable {
153-
@include borderColor(#316ac5);
153+
@include border-color(#316ac5);
154154
background-color: #316ac5;
155155
color: #bbb;
156156
}

0 commit comments

Comments
 (0)