diff options
| author | bobzel <zzzman@gmail.com> | 2020-07-12 14:56:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-12 14:56:22 -0400 |
| commit | 2e810cc714653fbcfa1db278407e0f8d6074cdeb (patch) | |
| tree | 6367bebbf8875a8d9493d3b2540ea320d347ba0c /src/client/views/nodes/LinkDescriptionPopup.scss | |
| parent | 3439640aad338bb8ff0e12df637e1b4509684001 (diff) | |
| parent | 9f1ad8a6e9c1a2071b20907af1b2c8d5adc1a65c (diff) | |
Merge pull request #439 from browngraphicslab/anika_linking
Linking
Diffstat (limited to 'src/client/views/nodes/LinkDescriptionPopup.scss')
| -rw-r--r-- | src/client/views/nodes/LinkDescriptionPopup.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/nodes/LinkDescriptionPopup.scss b/src/client/views/nodes/LinkDescriptionPopup.scss index 54002fd1b..d92823ccc 100644 --- a/src/client/views/nodes/LinkDescriptionPopup.scss +++ b/src/client/views/nodes/LinkDescriptionPopup.scss @@ -48,6 +48,10 @@ position: relative; margin-right: 4px; justify-content: center; + + &:hover{ + cursor: pointer; + } } .linkDescriptionPopup-btn-add { @@ -62,6 +66,10 @@ text-align: center; position: relative; justify-content: center; + + &:hover{ + cursor: pointer; + } } } |
