@citizenplane/pimp 10.4.2 → 10.4.3

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": "10.4.2",
3
+ "version": "10.4.3",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -195,10 +195,10 @@ const dynamicClasses = computed(() => {
195
195
  }
196
196
 
197
197
  &--isDefault {
198
- box-shadow: 0 0 0 fn.px-to-rem(1) var(--cp-border-strong);
198
+ box-shadow: 0 0 0 fn.px-to-rem(1) var(--cp-border-soft);
199
199
 
200
200
  &:hover {
201
- box-shadow: 0 0 0 fn.px-to-rem(1) var(--cp-border-strong-hover);
201
+ box-shadow: 0 0 0 fn.px-to-rem(1) var(--cp-border-soft-hover);
202
202
  }
203
203
 
204
204
  &:focus {