forked from AkkomaGang/akkoma-fe
fix input and checkbox styling issue
This commit is contained in:
parent
a91e8d282d
commit
1d01475f7a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue