1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-23 14:22:52 +02: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

View File

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