1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

remove absolute positioning of radio indicator (#15623)

This commit is contained in:
Bryan Cunningham
2025-07-21 14:04:21 -04:00
committed by GitHub
parent 167fa9a7ab
commit 8365efb473

View File

@@ -32,6 +32,7 @@ export class RadioInputComponent implements BitFormControlAbstraction {
"tw-border-secondary-600",
"tw-w-[1.12rem]",
"tw-h-[1.12rem]",
"!tw-p-[.125rem]",
"tw-flex-none", // Flexbox fix for bit-form-control
"hover:tw-border-2",
@@ -45,9 +46,8 @@ export class RadioInputComponent implements BitFormControlAbstraction {
"before:tw-content-['']",
"before:tw-transition",
"before:tw-block",
"before:tw-absolute",
"before:tw-rounded-full",
"before:tw-inset-[2px]",
"before:tw-size-full",
"disabled:tw-cursor-auto",
"disabled:tw-bg-secondary-100",