fixed file button style on input focus

This commit is contained in:
Danny Coates 2018-02-19 15:06:46 -08:00
parent ad77fc20c6
commit b14c70f4b6
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 3 deletions

View File

@ -55,12 +55,10 @@
.inputFile {
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.btn--file .inputFile--focused {
.inputFile--focused + .btn--file {
background-color: var(--primaryControlHoverColor);
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;