Index: third_party/polymer/components/paper-icon-button/paper-icon-button.css |
diff --git a/third_party/polymer/components/paper-icon-button/paper-icon-button.css b/third_party/polymer/components/paper-icon-button/paper-icon-button.css |
deleted file mode 100644 |
index 313e62711eff8fa850f01ef30f4e23f36d695211..0000000000000000000000000000000000000000 |
--- a/third_party/polymer/components/paper-icon-button/paper-icon-button.css |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-/* |
-Copyright 2013 The Polymer 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([disabled]) { |
- background: none !important; |
-} |
- |
-:host([disabled]) /deep/ #icon { |
- fill: #c9c9c9; |
-} |
- |
-:host(:not([fill])) /deep/ #focusBg { |
- border-radius: 50%; |
-} |