1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-24 14:52:54 +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 { & + span {
position: relative; position: relative;
cursor: pointer;
} }
&:checked + span::before { &:checked + span::before {