Skip to content

Commit

Permalink
dropdown: update class attr hover selector (#2310)
Browse files Browse the repository at this point in the history
* dropdown: update class attr hover selector

* Create strange-buckets-count.md

Co-authored-by: simurai <simulus@gmail.com>
  • Loading branch information
jdanyow and simurai committed Nov 18, 2022
1 parent c8100be commit 551492e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strange-buckets-count.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Update dropdown hover selector
2 changes: 1 addition & 1 deletion src/dropdown/dropdown.scss
Expand Up @@ -92,7 +92,7 @@
opacity: 1;
}

[class*='color-text-'] {
[class*='color-fg-'] {
color: inherit !important;
}

Expand Down

0 comments on commit 551492e

Please sign in to comment.