Make context menu look nicer and handle rendering using v-if #58
1 changed files with 4 additions and 0 deletions
|
@ -61,4 +61,8 @@ function runCallback(item: ContextMenuItem) {
|
|||
background-color: rgb(50, 50, 50);
|
||||
}
|
||||
|
||||
.context-menu-item-danger {
|
||||
color: var(--danger-text-color);
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue