@citizenplane/pimp 11.0.3 → 11.0.5
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
|
@@ -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
|
}
|
|
@@ -326,7 +326,7 @@ onMounted(() => overrideAlignOverlay())
|
|
|
326
326
|
justify-content: space-between;
|
|
327
327
|
padding: var(--cp-spacing-md) var(--cp-spacing-xl);
|
|
328
328
|
box-shadow:
|
|
329
|
-
var(--cp-shadows-3xs),
|
|
329
|
+
var(--cp-shadows-3xs-inset),
|
|
330
330
|
0 0 0 var(--cp-dimensions-0_25) var(--cp-border-soft);
|
|
331
331
|
border-radius: var(--cp-radius-md);
|
|
332
332
|
gap: var(--cp-spacing-md);
|