mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MA-7]: Fixed submenu pointer event and failing playwright test cases
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
box-shadow: var(--elevation-4), 0 0 0 1px rgba(var(--center-channel-color-rgb), 0.12) inset;
|
||||
}
|
||||
&.AsSubMenu {
|
||||
pointer-events: none;
|
||||
& .MuiPaper-root {
|
||||
box-shadow: var(--elevation-5), 0 0 0 1px rgba(var(--center-channel-color-rgb), 0.12) inset;
|
||||
}
|
||||
|
||||
@@ -189,6 +189,7 @@ export function SubMenu(props: Props) {
|
||||
autoFocusItem={isSubMenuOpen}
|
||||
sx={{
|
||||
py: 0,
|
||||
pointerEvents: 'auto',
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user