metricq / metricq-webview

📈 A visualization of MetricQ data exploiting the advantages of the HTA db backend
GNU General Public License v3.0
7 stars 1 forks source link

Refactor legend CSS #170

Open bmario opened 2 years ago

bmario commented 2 years ago

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.