j7126 / OctoPrint-Dashboard

A dashboard for Octoprint
GNU Affero General Public License v3.0
288 stars 39 forks source link

narrow scope of svg text style #375

Closed raphaelcastaneda closed 1 year ago

raphaelcastaneda commented 1 year ago

The dashboard plugin applies the theme accent color to the stroke and fill attributes of svg text. This <style> declaration is marked as !important, so it overrides other styles and plugins.

In particular, this conflict affects the graph produced by https://plugins.octoprint.org/plugins/plotlytempgraph/

This PR simply adds a scope (the top level dashboardContainer) to the css selector so it applies only to this plugin's html.