Custom file input has no focus indication in Firefox
Created by: alecpl
It's because the input element itself is hidden with opacity:0
. However I think it would be possible with something like .custom-file-input:focus + label
selector.
ps. I think position:relative
on .custom-file-input
is redundant.