Skip to content

Commit

Permalink
#1255 Make the drag handler opaque, change the color to white to make…
Browse files Browse the repository at this point in the history
… it stand out more and move the handle so it is more visibly separate from the image
  • Loading branch information
gregory-bretall committed May 1, 2019
1 parent 572df10 commit cf60c03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/dragresize_ie11.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@
)
setupResizer(this);

const dragHandlerStyle = this.dragHandlerContainer.$.style;
dragHandlerStyle.setAttribute('backgroundColor', 'rgba(255, 255, 255, 1');
dragHandlerStyle.setAttribute('opacity', '1');

this.shiftState = helpers.stateShifter(this.editor);

// Add widget editing option to its context menu.
Expand Down

0 comments on commit cf60c03

Please sign in to comment.