@citizenplane/pimp 10.2.5 → 10.2.6
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
|
@@ -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-
|
|
198
|
+
box-shadow: 0 0 0 fn.px-to-rem(1) var(--cp-border-strong);
|
|
199
199
|
|
|
200
200
|
&:hover {
|
|
201
|
-
box-shadow: 0 0 0 fn.px-to-rem(1) var(--cp-border-
|
|
201
|
+
box-shadow: 0 0 0 fn.px-to-rem(1) var(--cp-border-strong-hover);
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
&:focus {
|
|
@@ -300,7 +300,7 @@ onMounted(() => overrideAlignOverlay())
|
|
|
300
300
|
padding: var(--cp-spacing-md) var(--cp-spacing-xl);
|
|
301
301
|
box-shadow:
|
|
302
302
|
var(--cp-shadows-3xs),
|
|
303
|
-
0 0 0 var(--cp-dimensions-0_25) var(--cp-border-
|
|
303
|
+
0 0 0 var(--cp-dimensions-0_25) var(--cp-border-strong);
|
|
304
304
|
border-radius: var(--cp-radius-md);
|
|
305
305
|
gap: var(--cp-spacing-md);
|
|
306
306
|
|
|
@@ -309,7 +309,7 @@ onMounted(() => overrideAlignOverlay())
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
&:has(input:hover):not(:has(input:disabled)) {
|
|
312
|
-
outline: var(--cp-dimensions-0_25) solid var(--cp-border-
|
|
312
|
+
outline: var(--cp-dimensions-0_25) solid var(--cp-border-strong-hover);
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
&:has(input:focus-visible):not(:has(input:disabled)) {
|