File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 & :disabled ,
4343 & .disabled {
44- color : $tutor-text-disabled ;
44+ color : $tutor-text-subdued ;
4545 cursor : not-allowed ;
4646 pointer-events : none ;
4747
4848 svg :not ([class ]) {
49- color : $tutor-icon-disabled ;
49+ color : $tutor-icon-subdued ;
5050 }
5151 }
5252}
103103 & :disabled ,
104104 & .disabled {
105105 background-color : $tutor-button-disabled ;
106- color : $tutor-text-disabled ;
107106 --tutor-button-border-shadow : #{$tutor-button-primary-soft-border-shadow-disabled } ;
108107 }
109108 } @else if $variant == destructive {
130129 & :disabled ,
131130 & .disabled {
132131 background-color : $tutor-button-disabled ;
133- color : $tutor-text-primary-inverse ;
134132 --tutor-button-border-shadow : #{$tutor-button-destructive-border-shadow-disabled } ;
135133 }
136134 } @else if $variant == destructive- soft {
You can’t perform that action at this time.
0 commit comments