Skip to content

Commit 806337a

Browse files
authored
Fix Menu popup hover flicker by disabling hover transition (#8452)
1 parent 8ad7ca3 commit 806337a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/themes/arya-green/theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,9 @@
15371537
border-radius: 3px;
15381538
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
15391539
}
1540+
.p-menu .p-menuitem-link {
1541+
transition: none;
1542+
}
15401543
.p-mention-panel .p-mention-items {
15411544
padding: 0.5rem 0;
15421545
}

0 commit comments

Comments
 (0)