@transferwise/neptune-css 14.3.20 → 14.3.21

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.20",
4
+ "version": "14.3.21",
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": "7ab2df87a3e9476803c536d16619812e1052f937"
56
+ "gitHead": "da83c160bfb2df88bdec2694507a357a95067c8b"
57
57
  }
@@ -1145,8 +1145,6 @@ input[type="password"] {
1145
1145
 
1146
1146
  .form-group:focus-within .control-label,
1147
1147
  .form-group:focus-within > label,
1148
- .has-error .control-label,
1149
- .has-error label,
1150
1148
  .has-warning .control-label,
1151
1149
  .has-warning label,
1152
1150
  .has-success .control-label,
@@ -1154,6 +1152,11 @@ input[type="password"] {
1154
1152
  color: var(--color-content-secondary) !important;
1155
1153
  }
1156
1154
 
1155
+ .has-error .control-label,
1156
+ .has-error label {
1157
+ color: var(--color-sentiment-negative) !important;
1158
+ }
1159
+
1157
1160
  .form-group .alert:before,
1158
1161
  .error-messages:before {
1159
1162
  content: none;