Add contextMenu for deleting call events on right-click
This commit is contained in:
parent
7fb01f102d
commit
88fd42a46b
12 changed files with 394 additions and 269 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue