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/formattedText/FormattedTextBoxComment.scss | |
parent | 5a70fb56062d6a5ed45cf3cf4453089bc83f3c6b (diff) |
menu ui change
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBoxComment.scss')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBoxComment.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss b/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss index 83f99122a..6a403cb17 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBoxComment.scss @@ -55,7 +55,7 @@ &:hover { background-color: rgb(77, 77, 77); - cursor: grab; + cursor: pointer; } } } |