diff --git a/changes/27609-user-menu-style b/changes/27609-user-menu-style new file mode 100644 index 0000000000..930bed162a --- /dev/null +++ b/changes/27609-user-menu-style @@ -0,0 +1 @@ +- Fix slight style issues with the user menu diff --git a/frontend/components/top_nav/UserMenu/UserMenu.tsx b/frontend/components/top_nav/UserMenu/UserMenu.tsx index cfe5dfb0d2..fe3bb804a1 100644 --- a/frontend/components/top_nav/UserMenu/UserMenu.tsx +++ b/frontend/components/top_nav/UserMenu/UserMenu.tsx @@ -237,9 +237,6 @@ const UserMenu = ({ "&:active": { backgroundColor: COLORS["ui-vibrant-blue-25"], }, - "&:last-child, &:nth-last-of-type(2)": { - borderTop: `1px solid ${COLORS["ui-fleet-black-10"]}`, - }, }), };