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:
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user