CSS样式  |  17行  |  330 B

/*
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%;
}