Skip to content

Commit

Permalink
Merge pull request #6 from NisugaJ/main-custom
Browse files Browse the repository at this point in the history
changes for prototype v2
  • Loading branch information
NisugaJ authored Aug 7, 2023
2 parents 7a65a56 + 1a89c2e commit 387c976
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
text-decoration: none;
}

.nav-link.selectedNav {
.nav-link.selectedNav, .nav-link:hover {
color: var(--dl-color-gray-white);
background-color: var(--dl-color-secondary-2);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
text-align: left;
}

.side-nav-sub-button-button.selectedNav {
.side-nav-sub-button-button.selectedNav, .side-nav-sub-button-button:hover {
color: var(--dl-color-gray-white);
background-color: var(--dl-color-secondary-2);
}
Expand Down
5 changes: 5 additions & 0 deletions src/app/components/top-nav-bar/top-nav-bar.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,8 @@
flex-direction: column;
}
}

.top-nav-bar-dropdown-toggle1:hover, .top-nav-bar-dropdown-toggle2:hover, .top-nav-bar-dropdown-toggle3:hover{
color: var(--dl-color-gray-white);
background-color: var(--dl-color-secondary-2);
}

0 comments on commit 387c976

Please sign in to comment.