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

feat(buttons.scss): add input-file feature

close #245
This commit is contained in:
BcRikko
2019-10-17 17:41:21 +09:00
parent e323e22ee6
commit 2f58b5e81f
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;
}
}