Skip to content

remove outline from More Actions icon when dropdown open

Simon Knox requested to merge 33469-focus into master

What does this MR do?

Override :focus style

The only ways to trigger focus state now:

  • tab to the button
  • click the icon when dropdown is open. Dropdown closes and button gets focus

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

I am assuming we prefer outline: 0 to outline: none.

Screenshots (if relevant)

For some reason mouse isn't visible in the gif :(

icon

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #33469 (closed)

Merge request reports