benivo-ui-library 1.8.93 → 1.8.94
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/button.less +6 -6
- package/checkbox.less +3 -2
- package/package.json +1 -1
package/button.less
CHANGED
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
&:disabled,
|
|
287
287
|
&[disabled] {
|
|
288
288
|
background: var(--bg-200);
|
|
289
|
-
color: var(--text-
|
|
289
|
+
color: var(--text-600);
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
&:disabled,
|
|
304
304
|
&[disabled] {
|
|
305
305
|
background: var(--bg-200);
|
|
306
|
-
color: var(--text-
|
|
306
|
+
color: var(--text-600);
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
&:disabled,
|
|
321
321
|
&[disabled] {
|
|
322
322
|
background: var(--bg-200);
|
|
323
|
-
color: var(--text-
|
|
323
|
+
color: var(--text-600);
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
326
|
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
&:disabled,
|
|
338
338
|
&[disabled] {
|
|
339
339
|
background: var(--bg-200);
|
|
340
|
-
color: var(--text-
|
|
340
|
+
color: var(--text-600);
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
&:disabled,
|
|
355
355
|
&[disabled] {
|
|
356
356
|
background: var(--bg-200);
|
|
357
|
-
color: var(--text-
|
|
357
|
+
color: var(--text-600);
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
.bn-spinner {
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
&:disabled,
|
|
378
378
|
&[disabled] {
|
|
379
379
|
background: var(--bg-200);
|
|
380
|
-
color: var(--text-
|
|
380
|
+
color: var(--text-600);
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
.bn-spinner {
|
package/checkbox.less
CHANGED
|
@@ -180,6 +180,7 @@
|
|
|
180
180
|
outline: 1px auto Highlight;
|
|
181
181
|
outline: 1px auto -webkit-focus-ring-color;
|
|
182
182
|
}
|
|
183
|
+
|
|
183
184
|
.icon-info-circle-light {
|
|
184
185
|
margin-left: 0.5rem;
|
|
185
186
|
vertical-align: middle;
|
|
@@ -209,8 +210,8 @@
|
|
|
209
210
|
right: 0;
|
|
210
211
|
bottom: 0;
|
|
211
212
|
.border-radius(18px);
|
|
212
|
-
background-color: var(--
|
|
213
|
-
border: solid 1px var(--
|
|
213
|
+
background-color: var(--grey-300);
|
|
214
|
+
border: solid 1px var(--grey-300);
|
|
214
215
|
.transition(.4s);
|
|
215
216
|
|
|
216
217
|
&:before {
|