chore: removes extra margin from hidden radio inputs

This commit is contained in:
Jarrod Flesch
2023-02-07 08:34:21 -05:00
parent 6032605341
commit 66465897a9

View File

@@ -9,6 +9,7 @@
input[type=radio] {
opacity: 0;
width: 0;
margin: 0;
}
input[type=radio]:focus+.radio-input__styled-radio {
@@ -54,6 +55,7 @@
&:hover {
.radio-input {
&__styled-radio {
border-color: var(--theme-elevation-250);
&:before {
opacity: .2;