Bring in TabbedView nearly verbatim from prior work

Sourced from https://github.com/matrix-org/matrix-react-sdk/pull/1644 and related PRs.
This commit is contained in:
Travis Ralston 2019-01-18 13:43:17 -07:00
parent 0e42c0892e
commit 5adfc09237
8 changed files with 284 additions and 28 deletions

View file

@ -186,6 +186,14 @@ $lightbox-bg-color: #454545;
$lightbox-fg-color: #ffffff;
$lightbox-border-color: #ffffff;
// Tabbed views
$tab-list-bg-color: $secondary-accent-color;
$tab-list-fg-color: $accent-color;
$tab-list-active-bg-color: $tertiary-accent-color;
$tab-list-active-fg-color: $accent-color;
$tab-border-color: $tertiary-accent-color;
$tab-panel-bg-color: #fff;
// unused?
$progressbar-color: #000;