Add transparent background to markdown header tabs

This commit is contained in:
George Tsiolis 2018-10-24 13:45:40 +03:00
parent 0baa0c4b14
commit f9d6ee826f
2 changed files with 6 additions and 0 deletions

View file

@ -37,6 +37,7 @@
button {
padding-top: 0;
background-color: transparent;
}
&.active a,

View file

@ -0,0 +1,5 @@
---
title: Add transparent background to markdown header tabs
merge_request: 22565
author: George Tsiolis
type: fixed