mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
UX: Prevent buttons and menus from getting selected
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
043f6c2569
commit
b791896fc6
2 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -396,6 +396,7 @@
|
|||
height: 48px;
|
||||
width: 44px;
|
||||
display: flex;
|
||||
user-select: none;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue