Merge branch 'winh-dropdown-item-style' into 'master'

Apply existing dropdown item styles to .dropdown-item class

See merge request gitlab-org/gitlab-ce!23663
This commit is contained in:
Annabel Dunstone Gray 2018-12-11 20:09:02 +00:00
commit f2029dbbcd

View file

@ -290,6 +290,10 @@
} }
} }
.dropdown-item {
@include dropdown-link;
}
.divider { .divider {
height: 1px; height: 1px;
margin: #{$grid-size / 2} 0; margin: #{$grid-size / 2} 0;