1
1
mirror of https://github.com/primer/css.git synced 2024-10-27 01:44:13 +03:00

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>
This commit is contained in:
Jeremy Danyow 2022-11-17 23:14:08 -08:00 committed by GitHub
parent c8100be771
commit 551492ebf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Update dropdown hover selector

View File

@ -92,7 +92,7 @@
opacity: 1;
}
[class*='color-text-'] {
[class*='color-fg-'] {
color: inherit !important;
}