2018-08-29 11:11:58 +00:00
|
|
|
%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 + * {
|
2020-02-21 15:17:18 +00:00
|
|
|
box-shadow: $decor-elevation-400;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
%expanded-single-select input[type='radio']:checked + *,
|
|
|
|
%expanded-single-select input[type='radio']:hover + *,
|
|
|
|
%expanded-single-select input[type='radio']:focus + * {
|
2018-11-09 15:28:26 +00:00
|
|
|
background-color: $white;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|