LukeMurphey / splunk-dashboard-tabs-example

An example of the use of tabs on a Splunk dashboard. #splunk
MIT License
21 stars 11 forks source link

Dark mode styles and depends="$token$" fix #7

Closed fredclown closed 1 year ago

fredclown commented 1 year ago

Added styles for dashboards in dark mode for the tab bar.

fredclown commented 1 year ago

Also added a fix for an issue with depends="$token$" and the tabs. The jQuery show() and hide() methods add inline styles that override the CSS class "hidden" that is added by depends="$token$".