Change config navigation to tabs (#4630)

* Change config navigation to tabs

* Update ha-menu-button.ts

* Icons

* update

* Review comments

* configSections -> object instead of array
This commit is contained in:
Bram Kragten
2020-01-28 21:48:21 +01:00
committed by GitHub
parent 6e624b394b
commit 1c9eab7ca0
39 changed files with 1322 additions and 948 deletions

View File

@@ -135,7 +135,7 @@ class HaMenuButton extends LitElement {
top: 5px;
right: 2px;
border-radius: 50%;
border: 2px solid var(--primary-color);
border: 2px solid var(--app-header-background-color);
}
`;
}