[NTP] Do not hide top sites menu when not hovering (#33021)
This commit is contained in:
+5
-3
@@ -218,8 +218,10 @@ export const style = scoped.css`
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .menu-button {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
&:hover, :has(:popover-open) {
|
||||
.menu-button {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user