@transferwise/neptune-css 14.3.32 → 14.3.33

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.32",
4
+ "version": "14.3.33",
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": "e80f56fd5af934d6cb3219841bf041133c4ef11e"
56
+ "gitHead": "91764c18c2d91c4d16da4e7b1a5e11f92b86ee04"
57
57
  }
@@ -159,6 +159,11 @@
159
159
  &:active {
160
160
  color: @color-navy-content-primary;
161
161
  background-color: @color-navy-background-elevated;
162
+
163
+ .np-theme-personal & {
164
+ color: var(--color-interactive-primary);
165
+ background-color: var(--color-background-neutral-active);
166
+ }
162
167
  }
163
168
  }
164
169