diff --git a/example/index.html b/example/index.html index ab8dcf6..81f7d6d 100644 --- a/example/index.html +++ b/example/index.html @@ -73,7 +73,13 @@ label { position: relative; overflow: hidden; - outline-style: dashed !important; + } + + .file-upload-label.focus { + outline-offset: 0; + outline-color: orange; + outline-width: 2px; + outline-style: dashed; } input[type="file"] { @@ -109,7 +115,7 @@ -