| Index: chrome/browser/resources/uber/uber_frame.css
|
| diff --git a/chrome/browser/resources/uber/uber_frame.css b/chrome/browser/resources/uber/uber_frame.css
|
| index 76477ddc398b9b3fec8829fadc267d33553f5ab6..12a399695ce3b2d3246c1a3e611112056f7efbe5 100644
|
| --- a/chrome/browser/resources/uber/uber_frame.css
|
| +++ b/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;
|
|
|