Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1224 cke_image_resizing class is added to containing parent span for… #1225

Merged
merged 1 commit into from Apr 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plugins/dragresize_ie11.js
Expand Up @@ -79,7 +79,7 @@
'right:auto;' +
'}' +
'.cke_widget_wrapper:hover .cke_image_resizer,' +
'.cke_image_resizer.cke_image_resizing{' +
'.cke_image_resizing>.cke_image_resizer{' +
'display:block' +
'}' +
// Expand widget wrapper when linked inline image.
Expand Down