mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
fix to tabs -- padding around and left most border
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user