Skip to content

Commit

Permalink
Increase specificity in navigation links color in header and footer […
Browse files Browse the repository at this point in the history
…TMZ-239](#131)

Co-authored-by: Nurit Shahar <[email protected]>
  • Loading branch information
mserino and nuritsha authored Dec 10, 2024
1 parent 008fc00 commit 57dc7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/template-parts/assets/scss/hello-plus-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@
padding: 0;
}

&__menu-item,
&__menu-item:not([href]):not([tabindex]) {
&__menu-item:is(a),
&__menu-item:is(a):is(:not([href]):not([tabindex])) {
color: var(--footer-menu-item-color);
display: inline-flex;

Expand Down
4 changes: 2 additions & 2 deletions modules/template-parts/assets/scss/hello-plus-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@
white-space: nowrap;
}

&__item,
&__item[type="button"] {
&__item:is(a),
&__item:is(a):is([type="button"]) {
color: var(--header-menu-item-color);
transition: $transition;

Expand Down

0 comments on commit 57dc7fe

Please sign in to comment.