mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[Component Library] Text/Button Links (#3126)
* Initial commit * Updated stories / Fixed issues with dark theme constrast color * Force colors so bootstrap doesn't override * Fixed text colors / Added initial tests * Added jest debugging ability to components package * Removed spec file * Fixed anchor layout * revert base font-size * [CL-28] fixed indentation, used focus-visible, adjusted disabled colors * [CL-28] Reduced ring thickness to better match figma * [CL-28] Updated story link * [CL-44] [CL-28] Updated tabs disabled color / Converted to rgb format with helper
This commit is contained in:
@@ -29,8 +29,8 @@ export class TabItemComponent {
|
||||
"focus-visible:tw-outline-none",
|
||||
"focus-visible:tw-ring-2",
|
||||
"focus-visible:tw-ring-primary-700",
|
||||
"disabled:tw-bg-secondary-100",
|
||||
"disabled:!tw-text-muted",
|
||||
"disabled:tw-bg-transparent",
|
||||
"disabled:!tw-text-muted/60",
|
||||
"disabled:tw-no-underline",
|
||||
"disabled:tw-cursor-not-allowed",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user