Skip to content

Commit

Permalink
compose(typeahead): Remove text color change on hover.
Browse files Browse the repository at this point in the history
Fixes #29842.
  • Loading branch information
nimishmedatwal authored and timabbott committed May 2, 2024
1 parent 165df5f commit d73a5d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/styles/dark_theme.css
Expand Up @@ -1021,6 +1021,10 @@
background-color: hsl(212deg 25% 15%);
border-color: hsl(0deg 0% 0% / 50%);
color: inherit;

& a:hover {
color: hsl(0deg 0% 100%);
}
}

/* Search highlight used in both topics and rendered_markdown */
Expand Down

0 comments on commit d73a5d0

Please sign in to comment.