1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
11 background-color: var
(--google-blue-500
);
17 :host
([type
='link']) paper-button
,
18 :host
([type
='dialog']) paper-button
{
19 background-color: transparent
;
20 color: var
(--google-blue-500
);
25 :host
([type
='link']) paper-button
[focused
],
26 :host
([type
='dialog']) paper-button
[focused
] {
27 background-color: rgba
(66, 133, 244, 0.12);
30 :host
([type
='link']) paper-button
[disabled
],
31 :host
([type
='dialog']) paper-button
[disabled
] {
32 color: rgb
(168,168,168);
35 :host
([type
='link']) paper-button
{
38 margin-right: -0.57em;