Skip to content

Commit

Permalink
Merge pull request #499 from fabian-beck/496-remove-black-boxes-appea…
Browse files Browse the repository at this point in the history
…ring-around-nodes-upon-clicking-chrome

Prevent focus outline
fabian-beck authored Mar 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents a301890 + 13178e9 commit 4a6e2f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/NetworkVisComponent.vue
Original file line number Diff line number Diff line change
@@ -846,6 +846,10 @@ export default {
width: 100%;
height: 100%;
& g:focus {
outline: none;
}
& g.publication.node-container {
cursor: pointer;

0 comments on commit 4a6e2f1

Please sign in to comment.