style: add cursor pointer to dropdown items for better UX

This commit is contained in:
CH_122
2025-08-14 21:20:23 +08:00
parent 4f738778db
commit 58fcd42745

View File

@@ -82,6 +82,7 @@ export default {
.dropdown-item {
padding: 8px 16px;
white-space: nowrap;
cursor: pointer;
}
.dropdown-item:hover {
background-color: var(--menu-selected-background-color);