Fix unwanted outline around focused filename.
This commit is contained in:
parent
a6c3df1bc8
commit
a453a463cb
@ -1292,6 +1292,7 @@ input.field.tripped:not(:hover):not(:focus) {
|
||||
input#qr-filename {
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
outline: none;
|
||||
}
|
||||
#qr-filename,
|
||||
.has-file #qr-no-file {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user