UX: Prevent buttons and menus from getting selected

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-04-06 15:04:25 +02:00
parent 043f6c2569
commit b791896fc6
2 changed files with 2 additions and 0 deletions

View file

@ -233,6 +233,7 @@ table td > .action-buttons {
.v-menu>.v-overlay__content>.v-list.action-menu__list>.v-list-item.v-list-item--density-compact.action-menu__item {
padding: 8px 10px;
margin: 2px 0;
user-select: none;
}
.v-menu.action-menu.action-menu--lightbox .action-menu__list {

View file

@ -396,6 +396,7 @@
height: 48px;
width: 44px;
display: flex;
user-select: none;
justify-content: center !important;
align-items: center !important;
}