Skip to content

Commit

Permalink
#1960 - Cursor not displayed on either side of an image (v2) (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
froala-bot committed Sep 27, 2019
1 parent fdd97ba commit 875c57f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,7 @@ body.fr-fullscreen {
}
.fr-element img {
cursor: pointer;
padding: 0 1px;
}
.fr-image-resizer {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.pkgd.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/plugins/image.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
.fr-element img {
cursor: pointer;
padding: 0 1px;
}
.fr-image-resizer {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion css/plugins/image.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 875c57f

Please sign in to comment.