| Index: appengine/chromium_rietveld/new_static/components/cr-dialog-backdrop.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-dialog-backdrop.html b/appengine/chromium_rietveld/new_static/components/cr-dialog-backdrop.html
|
| deleted file mode 100644
|
| index 1615db928ee192e93284a9f08b8a66957aaec137..0000000000000000000000000000000000000000
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-dialog-backdrop.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!-- Copyright (c) 2014 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. -->
|
| -
|
| -<polymer-element name="cr-dialog-backdrop" noscript>
|
| - <template>
|
| - <style>
|
| - :host {
|
| - position: fixed;
|
| - top: 0;
|
| - right: 0;
|
| - bottom: 0;
|
| - left: 0;
|
| - background: rgba(0,0,0,0.1);
|
| - }
|
| - </style>
|
| - </template>
|
| -</ploymer-element>
|
|
|