Hiding the rogue webkit file input button (#7130)

Этот коммит содержится в:
Alex White
2017-08-22 14:33:22 -05:00
коммит произвёл Corey Hulen
родитель b0e367b192
Коммит 6b27ae2bac

Просмотреть файл

@@ -46,6 +46,10 @@ input {
}
}
input::-webkit-file-upload-button {
display: none
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: inherit;
opacity: 0.5;