(wip) Sort selector rework
0/3 discussions resolved
added MR::Awaiting Review label
7 7 > :last-child { 8 8 margin-left: auto; 9 9 } 10 10 11 11 .m-dropdown--list--item { 12 12 cursor: pointer; 13 &.m-sort-selector--custom-type-item, - Owner
sounds like this should be moved up a level? I don't think it need to be inside the
.m-dropdown--list--item
block
8 8 margin-left: auto; 9 9 } 10 10 11 11 .m-dropdown--list--item { 12 12 cursor: pointer; 13 &.m-sort-selector--custom-type-item, 14 &.m-sort-selector--algorithm-item { 15 width: auto; 16 display: block; 17 text-align: center; 18 .m-sort-selector--item-label-icon { 19 margin-right: 0px; 20 margin-inline: 8px; 21 } 22 } - Owner
spacing (make sure you use spaces and not tabs)
Edited by Mark Harding
61 83 62 84 .m-sort-selector--algorithm-dropdown, 63 85 .m-sort-selector--period-dropdown { 64 .m-dropdown--list { 86 .li { - Owner
can you double check this?
- Owner
Nice start @mnurzia ! Left some comments for you