1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +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

@@ -22,7 +22,7 @@
<div class="tw-relative">
<div
*ngIf="planCard.selected"
class="tw-bg-primary-600 tw-text-center !tw-text-contrast tw-text-sm tw-font-bold tw-py-1 group-hover:tw-bg-primary-700"
class="tw-bg-primary-600 tw-text-center !tw-text-contrast tw-text-sm tw-font-bold tw-py-1 group-hover/plan-card-container:tw-bg-primary-700"
>
{{ "selected" | i18n }}
</div>

View File

@@ -69,7 +69,7 @@ export class CreateClientDialogComponent implements OnInit {
switch (selected) {
case true: {
return [
"tw-group",
"tw-group/plan-card-container",
"tw-cursor-pointer",
"tw-block",
"tw-rounded",