@avakhula/ui 0.0.145 → 0.0.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -157,7 +157,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
&.ib-btn-disabled {
|
|
160
|
-
|
|
160
|
+
&.ib-btn-link,
|
|
161
161
|
&:disabled {
|
|
162
162
|
background: $ghost-btn-disabled-background;
|
|
163
163
|
}
|
|
@@ -196,7 +196,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
&.ib-btn-disabled {
|
|
199
|
-
|
|
199
|
+
&.ib-btn-link,
|
|
200
200
|
&:disabled {
|
|
201
201
|
background: $ghostDanger-btn-disabled-background;
|
|
202
202
|
}
|
|
@@ -211,7 +211,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
&.ib-btn-disabled {
|
|
214
|
-
|
|
214
|
+
&.ib-btn-link,
|
|
215
215
|
&:disabled {
|
|
216
216
|
background: $disabled-btn-background;
|
|
217
217
|
color: $disabled-btn-color;
|