Skip to content

Resolve "Resize handles for Web IDE right sidebar are too thin"

Paul Slaughter requested to merge 48055-web-ide-resize-handles into master

What does this MR do?

  1. Resize the "resize handle" from 1px to 4px.
  2. Renames the class dragHandle to drag-handle (according to doc).

Are there points in the code the reviewer needs to double check?

  • This updates the left sidebar as well (which, according to this issue, was also too thin).
  • Are these drag* classes used anywhere else? I searched the CE and EE project, but I'd like to make sure it's not coupled to a third-party library or something...

Why was this MR needed?

#48055 (closed)

Screenshots (if relevant)

Before: Screen_Shot_2018-07-24_at_11.40.23_AM

After: 20180725_web_ide_resizing_fix

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #48055 (closed)

Edited by Paul Slaughter

Merge request reports