Implement OCSP stapling in Windows BoringSSL port.
[chromium-blink-merge.git] / third_party / polymer / components-chromium / paper-icon-button / paper-icon-button.css
blob313e62711eff8fa850f01ef30f4e23f36d695211
1 /*
2 Copyright 2013 The Polymer Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file.
5 */
7 :host([disabled]) {
8 background: none !important;
11 :host([disabled]) /deep/ #icon {
12 fill: #c9c9c9;
15 :host(:not([fill])) /deep/ #focusBg {
16 border-radius: 50%;