1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

fix: merge conflicts with develop

This commit is contained in:
Igor Guastalla de Lima
2018-12-07 10:40:10 -02:00
10 changed files with 37 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
margin: $border-size;
text-align: center;
vertical-align: middle;
cursor: pointer;
cursor: $cursor-click-url, pointer;
user-select: none;
@include btn-style($base-color, #fff, #e7e7e7, #adafbc);

View File

@@ -54,7 +54,7 @@
& + span {
position: relative;
cursor: pointer;
cursor: $cursor-click-url, pointer;
}
& + span::before,

View File

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