mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 17:57:31 +00:00
hov
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user