Refactor legend CSS
Opened this issue · 0 comments
bmario commented
Right now, there are tons of legend_(.*)_(right|bottom)
CSS classes. This should use clever selectors instead.
So instead of .legend_item_right
, it could be like .legend_right > .legend_item
.