Skip to content

Commit 6150a2e

Browse files
fix(FileInput): change hiding approach of input (#78) (#79)
1 parent b7bec58 commit 6150a2e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/lib/kit/components/Inputs/FileInput/FileInput.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
display: flex;
55

66
&__input {
7-
opacity: 0;
8-
position: absolute;
9-
clip: rect(0 0 0 0);
10-
width: 1px;
11-
height: 1px;
12-
margin: -1px;
7+
display: none;
138
}
149

1510
&__file-name {

0 commit comments

Comments
 (0)