Merge pull request #12570 from nextcloud/do-not-show-tab-headers-marked-as-hidden

Do not show tab headers marked as hidden
This commit is contained in:
Roeland Jago Douma 2018-11-21 22:34:41 +01:00 committed by GitHub
commit 8c9e78d8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -805,6 +805,10 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
margin-bottom: 1px;
padding: 5px;
&.hidden {
display: none;
}
/* Use same amount as sidebar padding */
&:first-child {
padding-left: 15px;