Skip to content

Commit

Permalink
fix input file
Browse files Browse the repository at this point in the history
  • Loading branch information
acgotaku committed Sep 18, 2020
1 parent b51e1c3 commit 3baff1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/text.scss
Expand Up @@ -37,3 +37,8 @@
width: 100%;
}
}

// stylelint-disable selector-no-qualifying-type
input[type=file] {
visibility: hidden;
}

0 comments on commit 3baff1b

Please sign in to comment.