Commit f2029dbb authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents 1ee3c06f d26029be
......@@ -290,6 +290,10 @@
}
}
.dropdown-item {
@include dropdown-link;
}
.divider {
height: 1px;
margin: #{$grid-size / 2} 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment