| Index: chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
|
| diff --git a/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css b/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
|
| deleted file mode 100644
|
| index 64be0e9f12cc67c0f0e2137a2410ad16d75dc297..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.css
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -/* Copyright 2013 The Chromium Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file. */
|
| -
|
| -:host {
|
| - -webkit-transition: opacity 400ms ease-in-out;
|
| - bottom: 0;
|
| - display: block;
|
| - font-size: 0;
|
| - opacity: 1;
|
| - padding: 30px 30px 15px 30vw;
|
| - pointer-events: none;
|
| - position: fixed;
|
| - right: 0;
|
| -}
|
| -
|
| -#toolbar {
|
| - border-radius: 3px;
|
| - box-shadow: 0 1px 2px gray, 0 3px 3px rgba(0, 0, 0, .2);
|
| - overflow: hidden;
|
| -}
|
|
|