File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
& .is-disabled :focus ,
72
72
& .is-disabled :hover {
73
73
@apply cursor- not - allowed;
74
- .button-color (theme(' colors.color.text.disabled' ), theme(' colors.color.text .disabled' ), theme(' colors.color.bg.4' ));
74
+ .button-color (theme(' colors.color.text.disabled' ), theme(' colors.color.border .disabled' ), theme(' colors.color.bg.4' ));
75
75
}
76
76
77
77
& .is-disabled.is-plain ,
78
78
& .is-disabled.is-plain :focus ,
79
79
& .is-disabled.is-plain :hover {
80
- .button-color (theme(' colors.color.text.disabled' ), theme(' colors.color.text .disabled' ), theme(' colors.color.bg.1' ));
80
+ .button-color (theme(' colors.color.text.disabled' ), theme(' colors.color.border .disabled' ), theme(' colors.color.bg.1' ));
81
81
}
82
82
83
83
& + & {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const classes = {
33
33
'type-danger-plain' : `text-color-error border-color-error hover:text-color-error-hover hover:border-color-error-hover active:text-color-error-active active:border-color-error-active bg-color-bg-1 sm:cursor-pointer` ,
34
34
'type-text-plain' : `text-color-brand hover:text-color-brand-hover active:text-color-brand-active` ,
35
35
'type-default-plain-disabled' :
36
- 'text-color-text-disabled bg-color-bg-1 border-color-text -disabled hover:cursor-not-allowed' ,
36
+ 'text-color-text-disabled bg-color-bg-1 border-color-border -disabled hover:cursor-not-allowed' ,
37
37
'type-primary-plain-disabled' :
38
38
'text-color-brand-disabled bg-color-bg-1 border-color-brand-disabled hover:cursor-not-allowed' ,
39
39
'type-success-plain-disabled' :
You can’t perform that action at this time.
0 commit comments