Add contextMenu for deleting call events on right-click

This commit is contained in:
trevor-signal 2023-12-12 11:11:39 -05:00 committed by GitHub
parent 7fb01f102d
commit 88fd42a46b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 394 additions and 269 deletions

View file

@ -7114,6 +7114,14 @@ button.module-image__border-overlay:focus {
user-select: none;
visibility: hidden;
// style a menu with only one option
&:not(:has(:nth-child(2))) {
padding-block: 0;
.react-contextmenu-item {
padding-block: 9px;
border-radius: 4px;
}
}
@include light-theme {
background-color: $color-white;
}