Skip to content
Snippets Groups Projects

Change markdown header tab anchor links to buttons

All threads resolved!
@@ -66,32 +66,6 @@
padding-top: 10px;
}
}
//li.md-header-tab {
// button {
// width: 100%;
// font-size: 14px;
// line-height: 19px;
// color: $gl-text-color-secondary;
// padding: $gl-btn-padding;
// padding-top: 0;
// border: 0;
// border-bottom: 2px solid transparent;
//
// &:hover {
// color: $black;
// border-color: $gray-darkest;
// }
// }
//
// &.active {
// button {
// font-weight: 600;
// color: $black;
// border-bottom: 2px solid $theme-gray-800;
// }
// }
//}
}
}
Loading