Skip to content
Snippets Groups Projects

Change markdown header tab anchor links to buttons

1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
}
Loading