Open bmario opened 2 years ago
Right now, there are tons of legend_(.*)_(right|bottom) CSS classes. This should use clever selectors instead.
legend_(.*)_(right|bottom)
So instead of .legend_item_right, it could be like .legend_right > .legend_item.
.legend_item_right
.legend_right > .legend_item
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
.