mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +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:
@@ -441,7 +441,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&:not([type="file"]):focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -343,7 +343,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&:not([type="file"]):focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user