small changes to .sky-field styling
This commit is contained in:
@@ -243,7 +243,11 @@ html.sky-open .sky-modal-wrap {
|
|||||||
// while leaving the placeholder copy clearly readable
|
// while leaving the placeholder copy clearly readable
|
||||||
// (0.85 × 0.54 ≈ 0.46, parity w. birth-place's ~0.54).
|
// (0.85 × 0.54 ≈ 0.46, parity w. birth-place's ~0.54).
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
color: inherit;
|
&:focus {
|
||||||
|
border-color: rgba(var(--secUser), 0.75);
|
||||||
|
box-shadow: 0 0 0.75rem rgba(var(--secUser), 0.5);
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user