Skip to content

Fix background on clipboard icon on right sidebar

What does this MR do?

Fixes the background color on the clipboard icon which should be equivalent to the other icons. The fix applies either on the collapsed and not collapsed right sidebar.

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

That the style change doesn't affect other components, but it should be safe since is applied only on .right-sidebar children.

Why was this MR needed?

To make all the icons on the sidebar have the same background color.

What are the relevant issue numbers?

#19098 (closed)

Screenshots (if relevant)

Before:

Screen_Shot_2016-06-24_at_14.55.12

After:

Screen_Shot_2016-06-24_at_14.54.43

Does this MR meet the acceptance criteria?

cc: @jschatz1

Merge request reports