From c4e8d772ddb1054512508276c57193257d1b70d8 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 14 May 2021 17:54:22 -0700 Subject: [PATCH] fix: fully disable focus-visible for firefox for now (#2041) --- src/build/template.html | 6 +++--- .../_store/observers/focusRingObservers.js | 5 ++++- src/routes/_utils/supportsFocusVisible.js | 7 ++++--- src/routes/_utils/userAgent/isFirefoxPre88.js | 17 ----------------- 4 files changed, 11 insertions(+), 24 deletions(-) delete mode 100644 src/routes/_utils/userAgent/isFirefoxPre88.js diff --git a/src/build/template.html b/src/build/template.html index 382a215a..f9f906ea 100644 --- a/src/build/template.html +++ b/src/build/template.html @@ -31,8 +31,7 @@ } - +