-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react): remove styled from radio #424
Conversation
Size Change: +1.93 kB (0%) Total Size: 595 kB
ℹ️ View Unchanged
|
Visit the preview URL for this PR (updated for commit 83f9474): https://pixiv-charcoal-web--pr424-feat-remove-charcoal-qydgf7k2.web.app (expires Wed, 27 Dec 2023 16:10:24 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 314b26d3adca98a761c7e4d9922ebb206ff024a0 |
.c2[type='radio']:checked::after:hover:not(:disabled):not([aria-disabled]), | ||
.c2[type='radio']:checked::after:hover[aria-disabled=false] { | ||
background-color: var(--charcoal-text5-hover); | ||
.c2[type='radio']:checked:not(:disabled):not([aria-disabled]):hover, | ||
.c2[type='radio']:checked[aria-disabled='false']:hover { | ||
background-color: var(--charcoal-brand-hover); | ||
} | ||
|
||
.c2[type='radio']:checked::after:active:not(:disabled):not([aria-disabled]), | ||
.c2[type='radio']:checked::after:active[aria-disabled=false] { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
::after:active or ::after:hover では動作していなかったので修正
…ve-charcoal-styled-from-radio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR. It looks good to me.
やったこと
@charcoal/styled
記法を抜いた動作確認環境
チェックリスト
不要なチェック項目は消して構いません