14 lines
457 B
SCSS
14 lines
457 B
SCSS
%expanded-single-select label {
|
|
cursor: pointer;
|
|
}
|
|
%expanded-single-select input[type='radio']:checked + *,
|
|
%expanded-single-select input[type='radio']:hover + *,
|
|
%expanded-single-select input[type='radio']:focus + * {
|
|
box-shadow: $decor-elevation-300;
|
|
}
|
|
%expanded-single-select input[type='radio']:checked + *,
|
|
%expanded-single-select input[type='radio']:hover + *,
|
|
%expanded-single-select input[type='radio']:focus + * {
|
|
background-color: $white;
|
|
}
|