@transferwise/neptune-css 14.3.27 → 14.3.28
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "14.3.
|
|
4
|
+
"version": "14.3.28",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"bin": {
|
|
54
54
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a6ce105476078eede999c7dcdb330a36ded3e6d0"
|
|
57
57
|
}
|
|
@@ -1053,6 +1053,7 @@ input[type="password"] {
|
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
1055
|
.input-group > .form-control,
|
|
1056
|
+
.input-group > .btn-input,
|
|
1056
1057
|
.typeahead__input-container .form-control {
|
|
1057
1058
|
box-shadow: none !important;
|
|
1058
1059
|
}
|
|
@@ -1073,7 +1074,7 @@ input[type="password"] {
|
|
|
1073
1074
|
.btn-input:not(.disabled, :disabled):focus-visible,
|
|
1074
1075
|
.btn-input:not(.disabled, :disabled):has(:focus-visible),
|
|
1075
1076
|
.input-group:not(.disabled, :disabled):focus-visible,
|
|
1076
|
-
.input-group:not(.disabled, :disabled):has(.form-control:focus-visible),
|
|
1077
|
+
.input-group:not(.disabled, :disabled):has(.form-control:focus-visible, .btn-input:focus-visible),
|
|
1077
1078
|
.form-control:not(.disabled, :disabled):focus-visible,
|
|
1078
1079
|
.form-control:not(.disabled, :disabled):has(:focus-visible),
|
|
1079
1080
|
.radio > label:not(.disabled, :disabled):focus-visible,
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.input-group .input-group-addon,
|
|
158
|
+
.input-group .btn-input,
|
|
158
159
|
.input-group .form-control {
|
|
159
160
|
.border-width(left,0);
|
|
160
161
|
|
|
@@ -169,6 +170,7 @@
|
|
|
169
170
|
|
|
170
171
|
.input-group .input-group-btn:first-child,
|
|
171
172
|
.input-group .input-group-addon:first-child,
|
|
173
|
+
.input-group .btn-input:first-child,
|
|
172
174
|
.input-group .form-control:first-child {
|
|
173
175
|
.border-width(left, 1px);
|
|
174
176
|
|
|
@@ -177,6 +179,7 @@
|
|
|
177
179
|
|
|
178
180
|
.input-group .input-group-btn:last-child,
|
|
179
181
|
.input-group .input-group-addon:last-child,
|
|
182
|
+
.input-group .btn-input:last-child,
|
|
180
183
|
.input-group .form-control:last-child {
|
|
181
184
|
.border-width(right, 1px);
|
|
182
185
|
|