summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/uber/uber_frame.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/uber/uber_frame.css')
-rw-r--r--chromium/chrome/browser/resources/uber/uber_frame.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/uber/uber_frame.css b/chromium/chrome/browser/resources/uber/uber_frame.css
index 76477ddc398..12a399695ce 100644
--- a/chromium/chrome/browser/resources/uber/uber_frame.css
+++ b/chromium/chrome/browser/resources/uber/uber_frame.css
@@ -2,6 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+html:not(.focus-outline-visible) :focus {
+ outline: none;
+}
+
body {
overflow: hidden;
padding-top: 20px;