Skip to content

Commit

Permalink
Merge branch 'stage' into dc0944stickybanner
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvatadobe authored May 13, 2024
2 parents 7a7ad00 + 584f6da commit dcecf37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/blocks/global-navigation/global-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ class Gnav {

return this.loadDelayed().then(() => {
this.blocks.search.instance = new this.Search(this.blocks.search.config);
});
}).catch(() => {});
};

isToggleExpanded = () => this.elements.mobileToggle?.getAttribute('aria-expanded') === 'true';
Expand Down
6 changes: 5 additions & 1 deletion libs/blocks/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,14 @@ header.global-navigation {

.table .section-head .col:not(.section-head-title),
.table:not(.merch) .col-heading.col-1,
.table:not(.merch) .row-highlight .col-highlight.col-1 {
.table:not(.merch) .row-highlight .col-highlight.col-1:not(:only-child) {
display: none;
}

.table:not(.merch) .row-highlight:has(:only-child) {
grid-template-columns: repeat(auto-fit, 100%);
}

.table:not(.merch) .section-row-title {
grid-row: 1;
grid-column: 1 / x;
Expand Down

0 comments on commit dcecf37

Please sign in to comment.