@transferwise/neptune-css 14.12.0 → 14.12.1
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.
|
@@ -2236,10 +2236,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
2236
2236
|
color: #5d7079 !important;
|
|
2237
2237
|
color: var(--color-content-secondary) !important;
|
|
2238
2238
|
}
|
|
2239
|
-
.np-theme-personal .has-error .control-label,
|
|
2240
|
-
.np-theme-personal .has-error label {
|
|
2241
|
-
color: var(--color-sentiment-negative) !important;
|
|
2242
|
-
}
|
|
2243
2239
|
.np-theme-personal .form-group .alert:before,
|
|
2244
2240
|
.np-theme-personal .error-messages:before {
|
|
2245
2241
|
content: none;
|
package/dist/css/neptune.css
CHANGED
|
@@ -11796,11 +11796,6 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
11796
11796
|
color: var(--color-content-secondary) !important;
|
|
11797
11797
|
}
|
|
11798
11798
|
|
|
11799
|
-
.np-theme-personal .has-error .control-label,
|
|
11800
|
-
.np-theme-personal .has-error label {
|
|
11801
|
-
color: var(--color-sentiment-negative) !important;
|
|
11802
|
-
}
|
|
11803
|
-
|
|
11804
11799
|
.np-theme-personal .form-group .alert:before,
|
|
11805
11800
|
.np-theme-personal .error-messages:before {
|
|
11806
11801
|
content: none;
|
package/package.json
CHANGED
|
@@ -263,7 +263,7 @@ input[type='search'] {
|
|
|
263
263
|
// margin-bottom: (@padding-base-vertical * 1.5);
|
|
264
264
|
|
|
265
265
|
label {
|
|
266
|
-
min-height: var(--input-height-base);
|
|
266
|
+
min-height: var(--input-height-base);
|
|
267
267
|
margin-bottom: 0;
|
|
268
268
|
cursor: pointer;
|
|
269
269
|
}
|
|
@@ -1116,27 +1116,27 @@ input[type="password"] {
|
|
|
1116
1116
|
}
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
-
.checkbox:hover .tw-checkbox-button,
|
|
1119
|
+
.checkbox:hover .tw-checkbox-button,
|
|
1120
1120
|
.radio:not(.disabled):hover .tw-radio-button,
|
|
1121
|
-
.tw-checkbox-button:not(.disabled,:disabled):hover,
|
|
1122
|
-
input[type=checkbox]:hover+.tw-checkbox-button,
|
|
1121
|
+
.tw-checkbox-button:not(.disabled,:disabled):hover,
|
|
1122
|
+
input[type=checkbox]:hover+.tw-checkbox-button,
|
|
1123
1123
|
input[type=radio]:not(.disabled,:disabled):hover+.tw-radio-button,
|
|
1124
1124
|
input[type=checkbox]:not(.disabled,:disabled):hover+.tw-checkbox-button {
|
|
1125
1125
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-hover);
|
|
1126
1126
|
}
|
|
1127
1127
|
|
|
1128
|
-
.tw-checkbox-button.checked,
|
|
1129
|
-
.tw-checkbox-button:checked,
|
|
1128
|
+
.tw-checkbox-button.checked,
|
|
1129
|
+
.tw-checkbox-button:checked,
|
|
1130
1130
|
input[type=checkbox]:checked+.tw-checkbox-button,
|
|
1131
|
-
.tw-checkbox-button.checked:hover,
|
|
1132
|
-
.tw-checkbox-button:checked:hover,
|
|
1131
|
+
.tw-checkbox-button.checked:hover,
|
|
1132
|
+
.tw-checkbox-button:checked:hover,
|
|
1133
1133
|
input[type=checkbox]:not(.disabled,:disabled):checked:hover+.tw-checkbox-button {
|
|
1134
1134
|
box-shadow: inset 0 0 0 3px var(--color-sentiment-negative);
|
|
1135
1135
|
background: var(--color-sentiment-negative);
|
|
1136
1136
|
}
|
|
1137
1137
|
|
|
1138
|
-
.checkbox>label:not(.disabled,:disabled):active input[type=checkbox]+.tw-checkbox-button,
|
|
1139
|
-
.checkbox>label:not(.disabled,:disabled):focus-visible input[type=checkbox]+.tw-checkbox-button,
|
|
1138
|
+
.checkbox>label:not(.disabled,:disabled):active input[type=checkbox]+.tw-checkbox-button,
|
|
1139
|
+
.checkbox>label:not(.disabled,:disabled):focus-visible input[type=checkbox]+.tw-checkbox-button,
|
|
1140
1140
|
.checkbox>label:not(.disabled,:disabled):has(:focus-visible) input[type=checkbox]+.tw-checkbox-button {
|
|
1141
1141
|
box-shadow: inset 0 0 0 2px var(--color-sentiment-negative-active);
|
|
1142
1142
|
}
|
|
@@ -1175,11 +1175,6 @@ input[type="password"] {
|
|
|
1175
1175
|
color: var(--color-content-secondary) !important;
|
|
1176
1176
|
}
|
|
1177
1177
|
|
|
1178
|
-
.has-error .control-label,
|
|
1179
|
-
.has-error label {
|
|
1180
|
-
color: var(--color-sentiment-negative) !important;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
1178
|
.form-group .alert:before,
|
|
1184
1179
|
.error-messages:before {
|
|
1185
1180
|
content: none;
|