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.
Adding support for only a few elements in latest version of Grafana
I have read the contributing guideline and understand that I have made the correct modifications
PR's are done against the develop branch.
Bug fixes
Grafana 9.5.1 added a ton of CSS changes. I just cleaned up two easy ones
Panels:
![before](https://user-images.githubusercontent.com/39887349/234712921-bed217c2-996b-456c-93ab-4b35d9b128aa.PNG)
![after](https://user-images.githubusercontent.com/39887349/234712944-d3153d29-9d18-4a03-941c-a6fba75e9d7a.PNG)
Header:
![before header](https://user-images.githubusercontent.com/39887349/234712985-a2bf1299-c0c8-4637-895c-d03d71bbc570.PNG)
![after header](https://user-images.githubusercontent.com/39887349/234712992-a6cbc5b9-82ab-4263-a291-869431ef1797.PNG)
Description:
See above
Benefits of this PR and context:
See above, just trying to add some support for 9.5.1 even though there are tons of unstyled elements still left in the menus/settings
How Has This Been Tested?
Locally on browser dev tools
Source / References: