Sidemenu: Refactor Sidemenu to use emotion (#38995)

* Chore(Sidemenu): Refactor Sidemenu scss into emotion

* Fix unit test

* Sidemenu: use cx instead of template strings
This commit is contained in:
Ashley Harrison
2021-09-09 09:56:08 +01:00
committed by GitHub
parent 78b3847014
commit e4ca6f2445
12 changed files with 302 additions and 363 deletions
@@ -24,4 +24,3 @@ list = false
- **Plugins:** Track signed files + add warn log for plugin assets which are not signed. [#38938](https://github.com/grafana/grafana/pull/38938), [@wbrowne](https://github.com/wbrowne)
- **Postgres/MySQL/MSSQL:** Fix region annotations not displayed correctly. [#38936](https://github.com/grafana/grafana/pull/38936), [@marefr](https://github.com/marefr)
- **Prometheus:** Fix validate selector in metrics browser. [#38921](https://github.com/grafana/grafana/pull/38921), [@ivanahuckova](https://github.com/ivanahuckova)