fixed file button style on input focus
This commit is contained in:
parent
ad77fc20c6
commit
b14c70f4b6
@ -55,12 +55,10 @@
|
|||||||
|
|
||||||
.inputFile {
|
.inputFile {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
overflow: hidden;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn--file .inputFile--focused {
|
.inputFile--focused + .btn--file {
|
||||||
background-color: var(--primaryControlHoverColor);
|
background-color: var(--primaryControlHoverColor);
|
||||||
outline: 1px dotted #000;
|
outline: 1px dotted #000;
|
||||||
outline: -webkit-focus-ring-color auto 5px;
|
outline: -webkit-focus-ring-color auto 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user