Skip to content

Commit

Permalink
fix(FileInput): change hiding approach of input (#78) (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
DC-RomanKarpov authored Aug 14, 2023
1 parent b7bec58 commit 6150a2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib/kit/components/Inputs/FileInput/FileInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
display: flex;

&__input {
opacity: 0;
position: absolute;
clip: rect(0 0 0 0);
width: 1px;
height: 1px;
margin: -1px;
display: none;
}

&__file-name {
Expand Down

0 comments on commit 6150a2e

Please sign in to comment.