@avakhula/ui 0.0.144 → 0.0.146
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,10 @@ $disabled-btn-color: $neutral-500;
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
&.ib-btn-disabled {
|
|
160
|
-
|
|
160
|
+
&.ib-btn-link,
|
|
161
|
+
&:disabled {
|
|
162
|
+
background: $ghost-btn-disabled-background;
|
|
163
|
+
}
|
|
161
164
|
}
|
|
162
165
|
}
|
|
163
166
|
|
|
@@ -193,7 +196,10 @@ $disabled-btn-color: $neutral-500;
|
|
|
193
196
|
}
|
|
194
197
|
|
|
195
198
|
&.ib-btn-disabled {
|
|
196
|
-
|
|
199
|
+
&.ib-btn-link,
|
|
200
|
+
&:disabled {
|
|
201
|
+
background: $ghostDanger-btn-disabled-background;
|
|
202
|
+
}
|
|
197
203
|
}
|
|
198
204
|
}
|
|
199
205
|
}
|
|
@@ -205,7 +211,10 @@ $disabled-btn-color: $neutral-500;
|
|
|
205
211
|
}
|
|
206
212
|
|
|
207
213
|
&.ib-btn-disabled {
|
|
208
|
-
|
|
209
|
-
|
|
214
|
+
&.ib-btn-link,
|
|
215
|
+
&:disabled {
|
|
216
|
+
background: $disabled-btn-background;
|
|
217
|
+
color: $disabled-btn-color;
|
|
218
|
+
}
|
|
210
219
|
}
|
|
211
220
|
}
|