Skip to content

Fix double focus outline in content editor

Himanshu Kapoor requested to merge master-patch-fd3d into master

What does this MR do and why?

Fix double focus outline in content editor.

Since we now use box-shadow for outlines in Gitlab UI, we need to update the gl-outline-0! class to prevent a double focus outline.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Open any existing wiki page and edit it. (Or create a new one)
  2. Click “edit rich text” on the bottom right to switch to the content editor
  3. Focus on the content editor. Notice the double outline as seen in the scr

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Himanshu Kapoor

Merge request reports