Skip to content

Apply existing dropdown item styles to .dropdown-item class

Inactive Account requested to merge winh-dropdown-item-style into master

What does this MR do?

Bootstrap 4 switched from <li> elements to .dropdown-item CSS class for dropdown items (see also https://bootstrap-vue.js.org/docs/components/dropdown). This makes sure they are styled the same way as existing dropdown items.

We currently don't use .dropdown-item anywhere but this change is required for gitlab-ui!83 (comment 122841904).

What are the relevant issue numbers?

gitlab-ui#92 (closed)

Does this MR meet the acceptance criteria?

Merge request reports