blob: 313e62711eff8fa850f01ef30f4e23f36d695211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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%;
}
|