1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix disabled cursor styles (#17656)

This commit is contained in:
Bryan Cunningham
2025-11-25 10:18:43 -05:00
committed by GitHub
parent d16c25e759
commit 568183bacd

View File

@@ -22,6 +22,7 @@ export class CheckboxComponent implements BitFormControlAbstraction {
"tw-relative",
"tw-transition",
"tw-cursor-pointer",
"disabled:tw-cursor-default",
"tw-inline-block",
"tw-align-sub",
"tw-flex-none", // Flexbox fix for bit-form-control
@@ -62,7 +63,7 @@ export class CheckboxComponent implements BitFormControlAbstraction {
"[&:not(bit-form-control_*)]:focus-visible:before:tw-ring-offset-2",
"[&:not(bit-form-control_*)]:focus-visible:before:tw-ring-primary-600",
"disabled:before:tw-cursor-auto",
"disabled:before:tw-cursor-default",
"disabled:before:tw-border",
"disabled:before:hover:tw-border",
"disabled:before:tw-bg-secondary-100",