1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +00:00

[CL-351] Prevent tw-group styling conflicts by namespacing (#12261)

This commit is contained in:
Victoria League
2024-12-09 15:13:42 -05:00
committed by GitHub
parent 9c1e2ebd67
commit 4daba832a2
7 changed files with 6 additions and 8 deletions

View File

@@ -54,7 +54,7 @@
</p>
<bit-table *ngIf="!loading && global.length > 0">
<ng-template body>
<tr bitRow *ngFor="let d of global" class="tw-group">
<tr bitRow *ngFor="let d of global">
<td bitCell [ngClass]="{ 'table-list-strike': d.excluded }">{{ d.domains }}</td>
<td bitCell>
<button