diff --git a/apps/browser/src/popup/scss/box.scss b/apps/browser/src/popup/scss/box.scss index 9629ddae6f8..7139f4514dc 100644 --- a/apps/browser/src/popup/scss/box.scss +++ b/apps/browser/src/popup/scss/box.scss @@ -441,7 +441,7 @@ } } - &:focus { + &:not([type="file"]):focus { outline: none; } } diff --git a/apps/desktop/src/scss/box.scss b/apps/desktop/src/scss/box.scss index aa11b408a42..b3bd4004e24 100644 --- a/apps/desktop/src/scss/box.scss +++ b/apps/desktop/src/scss/box.scss @@ -343,7 +343,7 @@ } } - &:focus { + &:not([type="file"]):focus { outline: none; } }