Change rules for border-bottom in sticky header and actions

This commit is contained in:
Konstantinos Triantafyllou 2022-12-12 16:17:22 +02:00
parent fdcbc17b88
commit 3ce4f7183d
1 changed files with 12 additions and 6 deletions

View File

@ -175,16 +175,22 @@
#page_content_actions.uk-sticky { #page_content_actions.uk-sticky {
z-index: @dashboard-z-index; z-index: @dashboard-z-index;
&.uk-active { &.uk-active:not(:has(*:last-child.uk-tab)) {
border-bottom: @dashboard-page-content-sticky-border-width solid @dashboard-page-content-sticky-border; border-bottom: @dashboard-page-content-sticky-border-width solid @dashboard-page-content-sticky-border;
}
.uk-tab { &:has(*:last-child.uk-tab) {
margin-bottom: 0; & .header , & .actions {
border-bottom: @dashboard-page-content-sticky-border-width solid @dashboard-page-content-sticky-border;
} }
}
*:last-child.uk-tab:before { & .uk-tab {
content: none; margin-bottom: 0;
} }
& *:last-child.uk-tab:before {
content: none;
} }
} }