2018-10-19 15:17:02 +00:00
|
|
|
%action-group input[type='radio']:checked + label:first-of-type {
|
2018-11-09 15:28:26 +00:00
|
|
|
/* frame-gray */
|
|
|
|
background-color: $gray-050;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
2019-11-25 17:43:25 +00:00
|
|
|
%action-group > label {
|
2018-08-29 11:11:58 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-11-25 17:43:25 +00:00
|
|
|
%action-group > label:first-of-type::after {
|
2019-06-14 17:27:37 +00:00
|
|
|
@extend %with-more-horizontal-icon;
|
|
|
|
@extend %as-pseudo;
|
2019-05-01 18:09:29 +00:00
|
|
|
opacity: 0.7;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|