Skip to content

Avoid @extend for .text-danger in dropdowns

Winnie Hellmann requested to merge winh-text-danger-selector into master

What does this MR do?

Replace @extend with copying styles for .text-danger to dropdowns.

Why was this MR needed?

The CSS selector got huge and probably caused bad side effects (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13557#note_38685382).

What are the relevant issue numbers?

fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37396

Merge request reports