fix input and checkbox styling issue

This commit is contained in:
emma 2022-12-14 02:27:28 +00:00
parent a91e8d282d
commit 1d01475f7a

View file

@ -459,7 +459,7 @@ textarea,
height: 1.1em;
border-radius: 100%; // Radio buttons should always be circle
box-shadow: 0 0 2px black inset;
box-shadow: var(--inputShadow);
box-shadow: 0 0 0 1px var(--icon, $fallback--icon) inset;
margin-right: 0.5em;
background-color: $fallback--fg;
background-color: var(--input, $fallback--fg);
@ -499,7 +499,7 @@ textarea,
border-radius: $fallback--checkboxRadius;
border-radius: var(--checkboxRadius, $fallback--checkboxRadius);
box-shadow: 0 0 2px black inset;
box-shadow: var(--inputShadow);
box-shadow: 0 0 0 1px var(--icon, $fallback--icon) inset;
margin-right: 0.5em;
background-color: $fallback--fg;
background-color: var(--input, $fallback--fg);