1/*
2Copyright 2013 The Polymer Authors. All rights reserved.
3Use of this source code is governed by a BSD-style
4license that can be found in the LICENSE file.
5*/
6
7:host([disabled]) {
8  background: none !important;
9}
10
11:host([disabled]) /deep/ #icon {
12  fill: #c9c9c9;
13}
14
15:host(:not([fill])) /deep/ #focusBg {
16  border-radius: 50%;
17}