1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-30 11:15:36 +02:00

Don't suppress outline for input[type="file"] controls (#3210)

Closes https://github.com/bitwarden/clients/issues/3209
This commit is contained in:
Patrick H. Lauke 2022-08-16 19:51:45 +01:00 committed by GitHub
parent 7c3facec80
commit da9dca6dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@
}
}
&:focus {
&:not([type="file"]):focus {
outline: none;
}
}

View File

@ -343,7 +343,7 @@
}
}
&:focus {
&:not([type="file"]):focus {
outline: none;
}
}