Skip to content
Snippets Groups Projects
Commit 8600eaf0 authored by George Tsiolis's avatar George Tsiolis
Browse files

Restore markdown header tab layout

parent 944f1b34
No related branches found
No related tags found
Loading
This commit is part of merge request !21988. Comments created here will be created in the context of that merge request.
......@@ -8,12 +8,13 @@
height: auto;
border-bottom: 1px solid $border-color;
li {
li:not(.md-header-toolbar) {
display: flex;
a,
button {
padding: $gl-btn-padding;
padding-bottom: 11px;
font-size: 14px;
line-height: 28px;
color: $gl-text-color-secondary;
......@@ -49,6 +50,10 @@
}
}
&.md-header-tab button {
line-height: 19px;
}
&.md-header-tab.active button {
border-bottom: 2px solid $theme-gray-800;
}
......
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