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:
parent
0e42c0892e
commit
5adfc09237
8 changed files with 284 additions and 28 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue