Skip to content

Commit

Permalink
fix: update styling of Help icon in learner-dashboard - Sumac Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Nov 19, 2024
1 parent 2d7cab6 commit 03abe69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions paragon/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@
margin: 0 auto;
padding: 0 15px;
}
.secondary-menu-container {
.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.expanded .nav-link {
background: transparent;
color: $primary;
text-decoration: underline;
}
}
.logo {
position: static;
height: auto;
Expand Down

0 comments on commit 03abe69

Please sign in to comment.