diff options
author | bobzel <zzzman@gmail.com> | 2020-10-10 13:46:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-10 13:46:21 -0400 |
commit | e1329abcd887873b5d9a28ac03960eec63eb34f0 (patch) | |
tree | 985c9100377bd0684dc05716fd11f314a838dd40 /src | |
parent | f3d04b73a53d7680092ce925fceede4f910df5bb (diff) |
fixed text box cursor
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index dbf98a5e9..e55295100 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -12,7 +12,6 @@ .formattedTextBox-cont { touch-action: none; - cursor: text; background: inherit; padding: 0; border-width: 0px; @@ -108,6 +107,7 @@ } .formattedTextBox-inner-rounded-selected, .formattedTextBox-inner-selected { + cursor: text; .ProseMirror { padding:10px; } @@ -357,7 +357,6 @@ footnote::after { .formattedTextBox-cont { touch-action: none; - cursor: text; background: inherit; padding: 0; border-width: 0px; @@ -399,7 +398,7 @@ footnote::after { height: 35px; background: lightgray; border-radius: 20px; - cursor:grabbing; + cursor: grabbing; } .formattedTextBox-sidebar, |