@citizenplane/pimp 11.0.3 → 11.0.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "11.0.3",
3
+ "version": "11.0.4",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -268,6 +268,10 @@ onMounted(async () => {
268
268
  box-shadow: 0 0 0 var(--cp-dimensions-0_25) var(--cp-border-disabled);
269
269
  }
270
270
 
271
+ .cpInput__icon {
272
+ color: var(--cp-foreground-disabled);
273
+ }
274
+
271
275
  .cpInput__icon:hover ~ .cpInput__inner {
272
276
  box-shadow: 0 0 0 var(--cp-dimensions-0_25) var(--cp-border-disabled);
273
277
  }