mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
fix: ring around bitLink in web vault (#4274)
This commit is contained in:
parent
32ec5bdba1
commit
87f2908e3e
@ -56,7 +56,7 @@ const commonStyles = [
|
|||||||
"before:-tw-inset-x-[0.1em]",
|
"before:-tw-inset-x-[0.1em]",
|
||||||
"before:tw-rounded-md",
|
"before:tw-rounded-md",
|
||||||
"before:tw-transition",
|
"before:tw-transition",
|
||||||
"before:tw-ring-2",
|
"focus-visible:before:tw-ring-2",
|
||||||
"focus-visible:before:tw-ring-text-contrast",
|
"focus-visible:before:tw-ring-text-contrast",
|
||||||
"focus-visible:tw-z-10",
|
"focus-visible:tw-z-10",
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user