From 28ea0f0589616f8142346eaf6268730aef088258 Mon Sep 17 00:00:00 2001
From: jacobshandling <61553566+jacobshandling@users.noreply.github.com>
Date: Tue, 13 May 2025 11:49:48 -0700
Subject: [PATCH] UI: User menu style fix (#29066)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## For #27609
- [x] Changes file added for user-visible changes in `changes/`
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling
---
changes/27609-user-menu-style | 1 +
frontend/components/top_nav/UserMenu/UserMenu.tsx | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
create mode 100644 changes/27609-user-menu-style
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"]}`,
- },
}),
};