@transferwise/neptune-css 14.13.1 → 14.13.2
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.
|
@@ -192,8 +192,8 @@ input[type='search'] {
|
|
|
192
192
|
}
|
|
193
193
|
.form-group:focus-within .control-label,
|
|
194
194
|
.form-group:focus-within > label {
|
|
195
|
-
color: #
|
|
196
|
-
color: var(--color-content-
|
|
195
|
+
color: #37517e;
|
|
196
|
+
color: var(--color-content-primary);
|
|
197
197
|
}
|
|
198
198
|
.row-equal-height > [class*='col-'] > .form-group {
|
|
199
199
|
width: 100%;
|
|
@@ -458,8 +458,8 @@ select[multiple].input-lg {
|
|
|
458
458
|
}
|
|
459
459
|
.focus .control-label,
|
|
460
460
|
.has-focus .control-label {
|
|
461
|
-
color: #
|
|
462
|
-
color: var(--color-content-
|
|
461
|
+
color: #37517e;
|
|
462
|
+
color: var(--color-content-primary);
|
|
463
463
|
}
|
|
464
464
|
.focus .input-group-addon,
|
|
465
465
|
.has-focus .input-group-addon {
|
package/dist/css/neptune.css
CHANGED
|
@@ -9475,8 +9475,8 @@ input[type='search'] {
|
|
|
9475
9475
|
|
|
9476
9476
|
.form-group:focus-within .control-label,
|
|
9477
9477
|
.form-group:focus-within > label {
|
|
9478
|
-
color: #
|
|
9479
|
-
color: var(--color-content-
|
|
9478
|
+
color: #37517e;
|
|
9479
|
+
color: var(--color-content-primary);
|
|
9480
9480
|
}
|
|
9481
9481
|
|
|
9482
9482
|
.row-equal-height > [class*='col-'] > .form-group {
|
|
@@ -9790,8 +9790,8 @@ select[multiple].input-lg {
|
|
|
9790
9790
|
|
|
9791
9791
|
.focus .control-label,
|
|
9792
9792
|
.has-focus .control-label {
|
|
9793
|
-
color: #
|
|
9794
|
-
color: var(--color-content-
|
|
9793
|
+
color: #37517e;
|
|
9794
|
+
color: var(--color-content-primary);
|
|
9795
9795
|
}
|
|
9796
9796
|
|
|
9797
9797
|
.focus .input-group-addon,
|
package/package.json
CHANGED
|
@@ -243,7 +243,7 @@ input[type='search'] {
|
|
|
243
243
|
// DEPRECATED: use `Field` component (or in some edge cases `Label` component) instead
|
|
244
244
|
.control-label,
|
|
245
245
|
> label {
|
|
246
|
-
color: var(--color-content-
|
|
246
|
+
color: var(--color-content-primary);
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
}
|
|
@@ -508,7 +508,7 @@ input[type="password"] {
|
|
|
508
508
|
.has-focus {
|
|
509
509
|
// DEPRECATED: use `Field` component (or in some edge cases `Label` component) instead
|
|
510
510
|
.control-label {
|
|
511
|
-
color: var(--color-content-
|
|
511
|
+
color: var(--color-content-primary);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
.input-group-addon {
|