Merge branch 'winh-git-revision-dropdown-style' into 'master'

Make Git revision dropdown style consistent

See merge request !13116
This commit is contained in:
Annabel Dunstone Gray 2017-08-11 15:31:24 +00:00
commit 3f18ea1ea9
2 changed files with 6 additions and 4 deletions

View File

@ -725,9 +725,9 @@
}
// TODO: change global style and remove mixin
@mixin new-style-dropdown {
.dropdown-menu,
.dropdown-menu-nav {
@mixin new-style-dropdown($selector: '') {
#{$selector}.dropdown-menu,
#{$selector}.dropdown-menu-nav {
.divider {
margin: 6px 0;
}
@ -773,7 +773,7 @@
}
}
.dropdown-menu-align-right {
#{$selector}.dropdown-menu-align-right {
margin-top: 2px;
}
}

View File

@ -339,6 +339,8 @@ a > code {
@extend .ref-name;
}
@include new-style-dropdown('.git-revision-dropdown');
/**
* Apply Markdown typography
*