diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-10 23:21:32 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-10 23:21:32 -0500 |
| commit | ddad39f43f4b7398bb47f5513ec0d753d0288eca (patch) | |
| tree | fa4789eb5fe69c08136a1f01c9632ccb035cf8c2 /src/client/views/nodes/LinkDescriptionPopup.scss | |
| parent | 5a70fb56062d6a5ed45cf3cf4453089bc83f3c6b (diff) | |
menu ui change
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; + } } } |
