mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
[CL-659] Replace CL non tw css classes with data attributes (#14421)
The component library currently uses classes to determine fvw target, default content and main content. This replaces them with data attributes which avoids the css class linter from detecting them as invalid classes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<bit-item-action class="item-main-content tw-flex tw-flex-1 tw-overflow-hidden">
|
||||
<bit-item-action class="tw-flex tw-flex-1 tw-overflow-hidden" data-item-main-content>
|
||||
<ng-content></ng-content>
|
||||
</bit-item-action>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user