Skip to content

Commit

Permalink
Remove outline from user dropdown trigger (#4470)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileypumfleet committed Sep 14, 2022
1 parent 91c39a0 commit c3cb839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/v2/core/Shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function UserDropdown({ small }: { small?: boolean }) {
return (
<Dropdown open={menuOpen} onOpenChange={() => setHelpOpen(false)}>
<DropdownMenuTrigger asChild onClick={() => setMenuOpen(true)}>
<button className="group flex w-full cursor-pointer appearance-none items-center rounded-full p-2 text-left hover:bg-gray-100 sm:pl-3 md:rounded-none lg:pl-2">
<button className="group flex w-full cursor-pointer appearance-none items-center rounded-full p-2 text-left outline-none hover:bg-gray-100 sm:pl-3 md:rounded-none lg:pl-2">
<span
className={classNames(
small ? "h-8 w-8" : "h-9 w-9 ltr:mr-2 rtl:ml-3",
Expand Down

0 comments on commit c3cb839

Please sign in to comment.