Skip to content

Commit

Permalink
fix: Contrast issue with hovering on tab-bar (#18972)
Browse files Browse the repository at this point in the history
  • Loading branch information
steinsebastian authored Jun 18, 2024
1 parent 6301558 commit 61faf42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

&.active,
&:hover {
color: var(--cx-color-primary);
color: var(--cx-color-primary-accent);
text-decoration: none;
}

Expand All @@ -76,7 +76,7 @@
}

&:not(.active):hover:after {
opacity: 0.5;
opacity: 1;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

&.active,
&:hover {
color: var(--cx-color-primary);
color: var(--cx-color-primary-accent);
text-decoration: none;
}

Expand All @@ -86,7 +86,7 @@
}

&:not(.active):hover:after {
opacity: 0.5;
opacity: 1;
}
}
}
Expand Down

0 comments on commit 61faf42

Please sign in to comment.