@avakhula/ui 0.0.143 → 0.0.145
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,6 +157,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
&.ib-btn-disabled {
|
|
160
|
+
&a,
|
|
160
161
|
&:disabled {
|
|
161
162
|
background: $ghost-btn-disabled-background;
|
|
162
163
|
}
|
|
@@ -195,6 +196,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
195
196
|
}
|
|
196
197
|
|
|
197
198
|
&.ib-btn-disabled {
|
|
199
|
+
&a,
|
|
198
200
|
&:disabled {
|
|
199
201
|
background: $ghostDanger-btn-disabled-background;
|
|
200
202
|
}
|
|
@@ -209,6 +211,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
209
211
|
}
|
|
210
212
|
|
|
211
213
|
&.ib-btn-disabled {
|
|
214
|
+
&a,
|
|
212
215
|
&:disabled {
|
|
213
216
|
background: $disabled-btn-background;
|
|
214
217
|
color: $disabled-btn-color;
|