initial work to provide context menus for nodes/edges and edit modals

This commit is contained in:
Blake J. Harnden 2018-05-09 16:22:15 -07:00
parent b1b05a7eaa
commit 0ee3fca97c
10 changed files with 752 additions and 29 deletions

View file

@ -26,3 +26,7 @@
border: 1px solid #dee2e6;
border-radius: 10px;
}
.context .list-group-item {
padding: .5rem 1.25rem;
}