Skip to content

Commit

Permalink
#1669 Remove the pointer cursor from markdown updatable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 19, 2020
1 parent e9f1e5b commit 37d08cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/app/styles/updatable.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@

}

.updatable-input.updatable-input-text .updatable-input-markdown {
cursor: auto;
}
.updatable-input.updatable-input-text .updatable-input-markdown .updatable-input-icon {
float:left;
margin-left: 0;
Expand Down

0 comments on commit 37d08cb

Please sign in to comment.