Skip to content

Commit

Permalink
Change for style application on Edit Profile link
Browse files Browse the repository at this point in the history
  • Loading branch information
slobodankajovicic committed Jan 13, 2025
1 parent abb7bd8 commit 56e7aa3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions edsdme/blocks/partners-navigation/partners-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
list-style-type: none;
}

/* MWPW-157753 */
.global-navigation a:hover {
text-decoration: underline;
color: var(--link-color);
text-decoration: none
}

/* MWPW-165157 */
.global-navigation .feds-cta-wrapper a:hover {
color: var(--feds-color-adobeBrand);
/* MWPW-157753 */
.global-navigation .feds-profile-details a:hover {
text-decoration: underline;
color: var(--link-color);
}

.global-navigation button {
Expand Down

0 comments on commit 56e7aa3

Please sign in to comment.