Skip to content

Commit fea684a

Browse files
committed
fix(button): 禁用样式修订
1 parent 737d9e2 commit fea684a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/packages/button/button.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
color: $button-success-color;
287287
}
288288

289+
&-disabled,
289290
&-solid-disabled {
290291
background: $button-success-disabled;
291292
border-color: $button-success-disabled;
@@ -320,6 +321,7 @@
320321
color: $button-info-color;
321322
}
322323

324+
&-disabled,
323325
&-solid-disabled {
324326
background: $button-info-disabled;
325327
border-color: $button-info-disabled;
@@ -354,6 +356,7 @@
354356
color: $button-danger-color;
355357
}
356358

359+
&-disabled,
357360
&-solid-disabled {
358361
background: $button-danger-disabled;
359362
border-color: $button-danger-disabled;

0 commit comments

Comments
 (0)