Skip to content

Commit

Permalink
Fixing the colour issues , ready for deployment - qhwt-992
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirNajariH committed Jun 25, 2024
1 parent 39d532d commit 61bdcdc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main_navigation/css/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $QLD-header-md: 72px;

&.qld__main-nav__item-link--open {
&:visited {
color: var(--QLD-color-light__heading);
color: var(--QLD-color-light__link);
}
}
}
Expand Down
13 changes: 13 additions & 0 deletions src/components/mega_main_navigation/css/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@
border-left: none;
}
}

span {
color: var(--QLD-color-light__heading);
border-left: solid 4px transparent;

@include QLD-media(lg) {
border-left: none;
}
}
}

&:not(.active) {
Expand Down Expand Up @@ -525,6 +534,10 @@
color: var(--QLD-color-dark__heading);

}

span {
color: var(--QLD-color-dark__heading);
}
}

.qld__main-nav__sub-item-text{
Expand Down

0 comments on commit 61bdcdc

Please sign in to comment.