@transferwise/neptune-css 0.0.0-experimental-93bf218 → 0.0.0-experimental-5d40786

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.
@@ -191,7 +191,7 @@ input[type='search'] {
191
191
  margin-bottom: 2px;
192
192
  }
193
193
  .form-group:focus-within .control-label,
194
- .form-group:focus-within > label {
194
+ .form-group:focus-within label {
195
195
  color: #0097c7;
196
196
  color: var(--color-content-accent);
197
197
  }
@@ -2228,7 +2228,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
2228
2228
  margin-bottom: 0;
2229
2229
  }
2230
2230
  .np-theme-personal .form-group:focus-within .control-label,
2231
- .np-theme-personal .form-group:focus-within > label,
2231
+ .np-theme-personal .form-group:focus-within label,
2232
2232
  .np-theme-personal .has-warning .control-label,
2233
2233
  .np-theme-personal .has-warning label,
2234
2234
  .np-theme-personal .has-success .control-label,
@@ -9474,7 +9474,7 @@ input[type='search'] {
9474
9474
  }
9475
9475
 
9476
9476
  .form-group:focus-within .control-label,
9477
- .form-group:focus-within > label {
9477
+ .form-group:focus-within label {
9478
9478
  color: #0097c7;
9479
9479
  color: var(--color-content-accent);
9480
9480
  }
@@ -11787,7 +11787,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
11787
11787
  }
11788
11788
 
11789
11789
  .np-theme-personal .form-group:focus-within .control-label,
11790
- .np-theme-personal .form-group:focus-within > label,
11790
+ .np-theme-personal .form-group:focus-within label,
11791
11791
  .np-theme-personal .has-warning .control-label,
11792
11792
  .np-theme-personal .has-warning label,
11793
11793
  .np-theme-personal .has-success .control-label,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-93bf218",
4
+ "version": "0.0.0-experimental-5d40786",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -241,7 +241,7 @@ input[type='search'] {
241
241
 
242
242
  &:focus-within {
243
243
  .control-label,
244
- > label {
244
+ label {
245
245
  color: var(--color-content-accent);
246
246
  }
247
247
  }
@@ -1167,7 +1167,7 @@ input[type="password"] {
1167
1167
  }
1168
1168
 
1169
1169
  .form-group:focus-within .control-label,
1170
- .form-group:focus-within > label,
1170
+ .form-group:focus-within label,
1171
1171
  .has-warning .control-label,
1172
1172
  .has-warning label,
1173
1173
  .has-success .control-label,