| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..313e62711eff8fa850f01ef30f4e23f36d695211
|
| --- /dev/null
|
| +++ b/third_party/polymer/components/paper-icon-button/paper-icon-button.css
|
| @@ -0,0 +1,17 @@
|
| +/*
|
| +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%;
|
| +}
|
|
|