Skip to content
Snippets Groups Projects
Commit 64335590 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Make Git revision dropdown style consistent

parent 5388f5ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -773,7 +773,7 @@
}
}
 
.dropdown-menu-align-right {
#{$selector}.dropdown-menu-align-right {
margin-top: 2px;
}
}
Loading
Loading
@@ -339,6 +339,8 @@ a > code {
@extend .ref-name;
}
 
@include new-style-dropdown('.git-revision-dropdown');
/**
* Apply Markdown typography
*
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment