Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Chart titles in Superset have
background: inherit
which appears to be broken in IE 11 and the chart titles appear as a grey box. This PR changes the background totransparent
.Editing charts in IE before the change:
![ie-chart-title-before](https://user-images.githubusercontent.com/222699/36277390-5a1b84fe-1256-11e8-8ee7-0ff5d66b854d.png)
Viewing charts in dashboards before the change:
![ie-chart-title-dash-before](https://user-images.githubusercontent.com/222699/36277407-66431742-1256-11e8-9e5a-dcbda05d8253.PNG)
Editing charts in IE after the change:
![ie-chart-title-after](https://user-images.githubusercontent.com/222699/36277412-6bed1440-1256-11e8-9069-d0b5bdd782a7.PNG)
Viewing charts in dashboards before the change:
![ie-chart-title-dash-after](https://user-images.githubusercontent.com/222699/36277420-75a570ae-1256-11e8-9234-c3ee50bad82e.PNG)