mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Don't suppress outline for input[type="file"] controls (#3210)
Closes https://github.com/bitwarden/clients/issues/3209
This commit is contained in:
@@ -343,7 +343,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&:not([type="file"]):focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user