@citizenplane/pimp 18.9.28 → 18.9.29
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
|
@@ -348,7 +348,7 @@ onMounted(() => overrideAlignOverlay())
|
|
|
348
348
|
display: flex;
|
|
349
349
|
align-items: center;
|
|
350
350
|
justify-content: space-between;
|
|
351
|
-
padding: var(--cp-spacing-md)
|
|
351
|
+
padding: var(--cp-spacing-md);
|
|
352
352
|
border-radius: var(--cp-radius-md);
|
|
353
353
|
box-shadow:
|
|
354
354
|
var(--cp-shadows-3xs-inset),
|
|
@@ -378,7 +378,7 @@ onMounted(() => overrideAlignOverlay())
|
|
|
378
378
|
color: var(--cp-foreground-disabled);
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
|
-
|
|
381
|
+
|
|
382
382
|
&:has(input:hover):not(:has(input:disabled)) {
|
|
383
383
|
outline: var(--cp-dimensions-0_25) solid var(--cp-border-strong-hover);
|
|
384
384
|
}
|
|
@@ -570,7 +570,7 @@ onMounted(() => overrideAlignOverlay())
|
|
|
570
570
|
&__clear {
|
|
571
571
|
position: absolute;
|
|
572
572
|
top: 50%;
|
|
573
|
-
right: var(--cp-dimensions-
|
|
573
|
+
right: var(--cp-dimensions-2);
|
|
574
574
|
background-color: var(--cp-background-primary);
|
|
575
575
|
transform: translateY(-50%);
|
|
576
576
|
}
|