mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
* [CL-17] Tabs - Routing * Updated titles * Revision changes * Replaced testing module to achieve active default state * Z-index for tab vs disabled * Revision changes * Updated z index on focus * Fixed background color of selected tab * Force text colors in-case bootstrap tries to override * Remove unecessary css rules, fix tabs moving when active Co-authored-by: Hinton <hinton@users.noreply.github.com>
11 lines
290 B
TypeScript
11 lines
290 B
TypeScript
export * from "./badge";
|
|
export * from "./banner";
|
|
export * from "./button";
|
|
export * from "./toggle-group";
|
|
export * from "./callout";
|
|
export * from "./form-field";
|
|
export * from "./menu";
|
|
export * from "./utils/i18n-mock.service";
|
|
export * from "./tabs";
|
|
export * from "./submit-button";
|