mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
fix to tabs -- padding around and left most border
This commit is contained in:
parent
4ce19a4b42
commit
21bdd487e6
@ -181,6 +181,10 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.pf-c-card__header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
//
|
||||
// pf empty state overrides
|
||||
//
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user