fix to tabs -- padding around and left most border

This commit is contained in:
John Mitchell 2019-01-30 16:32:42 -05:00
parent 4ce19a4b42
commit 21bdd487e6
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94
2 changed files with 8 additions and 0 deletions

View File

@ -181,6 +181,10 @@
display: flex;
}
.pf-c-card__header {
padding: 0;
}
//
// pf empty state overrides
//

View File

@ -35,6 +35,10 @@
}
}
.pf-c-tabs__item:first-child .pf-c-tabs__button:before {
border-left: 0;
}
.pf-c-tabs__item:not(.pf-m-current):hover
.pf-c-tabs__button::after {
border-top: none;