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:
commit
f2029dbbcd
1 changed files with 4 additions and 0 deletions
|
@ -290,6 +290,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
@include dropdown-link;
|
||||
}
|
||||
|
||||
.divider {
|
||||
height: 1px;
|
||||
margin: #{$grid-size / 2} 0;
|
||||
|
|
Loading…
Reference in a new issue