Skip to content

Commit 551492e

Browse files
jdanyowsimurai
andauthored
dropdown: update class attr hover selector (#2310)
* dropdown: update class attr hover selector * Create strange-buckets-count.md Co-authored-by: simurai <simulus@gmail.com>
1 parent c8100be commit 551492e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Update dropdown hover selector

src/dropdown/dropdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
opacity: 1;
9393
}
9494

95-
[class*='color-text-'] {
95+
[class*='color-fg-'] {
9696
color: inherit !important;
9797
}
9898

0 commit comments

Comments
 (0)