This commit is contained in:
Manav Rathi
2025-03-04 11:26:28 +05:30
parent b363e3663f
commit 4fe12c46aa

View File

@@ -534,11 +534,8 @@ const MoreMenuItem = styled(MenuItem)`
/* Same as other controls on the PhotoSwipe UI */ /* Same as other controls on the PhotoSwipe UI */
color: rgba(255 255 255 / 0.85); color: rgba(255 255 255 / 0.85);
&:hover { &:hover {
/* Highlight on hover */
color: rgba(255 255 255 / 1); color: rgba(255 255 255 / 1);
/* Disable the MUI default background color change on hover since it is background-color: #252525 /* theme.dark.background.paper2 */;
mode specific (we want this menu in a fixed dark mode). */
background-color: transparent;
} }
.MuiSvgIcon-root { .MuiSvgIcon-root {