1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-24 09:23:50 +01:00

Update radios.scss

Added cursor pointer to radio button like standard UX
This commit is contained in:
RRJ-dev 2018-11-29 09:33:43 +01:00 committed by GitHub
parent a9654d747f
commit 53fd3565ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@
& + span {
position: relative;
cursor: pointer;
}
&:checked + span::before {