[Sprint/QuietQuail](fix): Adjusted padded element to prevent misclicks. #2114
0/2
threads resolved
added scoped labels
mentioned in issue #2138 (closed)
94 95 95 96 .m-dropdown--list--item, 96 97 .m-dropdownList__item { 97 padding: 8px; 98 98 @include m-theme() { 99 99 border-bottom: 1px solid themed($m-grey-50); 100 100 } 101 101 102 a, - Owner
perhaps just use
> *
incase it is not either aa
ordiv
(could bespan
etc).
added scoped label and automatically removed label
added scoped label and automatically removed label
resolved all threads
94 94 95 95 .m-dropdown--list--item, 96 96 .m-dropdownList__item { 97 padding: 8px; 98 97 @include m-theme() { 99 98 border-bottom: 1px solid themed($m-grey-50); 100 99 } 101 100 101 a, - Owner
@benhayward.ben still missing this one
added scoped label and automatically removed label