nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.61k stars 1.65k forks source link

fix(radios.scss): Fix flash when selecting radios #267

Closed trezy closed 5 years ago

trezy commented 5 years ago

When switching radio buttons, the caret for the previously selected option would flash black for a moment before switching to the new radio. I've fixed that by adding animation-fill-mode: both;.

BcRikko commented 5 years ago

I added animation-fill-mode: both, but it had no effect in my environment. 🤔

OS: macOS High Sierra Browser: Chrome71

both

BcRikko commented 5 years ago

If needed, please reopen it.