Update organization tab styles

This commit is contained in:
Marliana Lara 2019-02-06 14:00:26 -05:00
parent 241f8a8ac8
commit df30a2e8d1
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@
--pf-global--link--Color: #484848;
--pf-global--link--Color--hover: #484848;
--pf-global--link--TextDecoration--hover: none;
--pf-global--FontWeight--normal: 700;
&:before {
border-bottom: 1px solid var(--pf-c-tabs__item--BorderColor);
@ -52,6 +53,10 @@
border-top: none;
}
.pf-c-tabs__button.pf-m-current {
color: var(--pf-c-tabs__item--m-current--Color);
}
.pf-c-tabs__button.pf-m-current::after {
content: '';
border-bottom: 3px solid var(--pf-c-tabs__item--m-current--Color);

View File

@ -17,7 +17,7 @@ const detailWrapperStyle = {
const detailLabelStyle = {
fontWeight: '700',
lineHeight: '30px',
lineHeight: '24px',
marginRight: '20px',
minWidth: '150px',
textAlign: 'right'