1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

Merge branch 'develop' into fix-gaps

This commit is contained in:
Igor Guastalla
2019-10-17 08:32:50 -03:00
committed by GitHub
2 changed files with 13 additions and 2 deletions

View File

@@ -78,4 +78,10 @@
@include btn-style(nth($type, 2), nth($type, 3), nth($type, 4), nth($type, 5));
}
}
input[type="file"] {
position: absolute;
pointer-events: none;
opacity: 0;
}
}