blob: 1424655a53abe859778d354682a75c223647efa3 [file] [log] [blame]
/* Copyright 2015 The Chromium 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 {
display: inline-block;
}
:host([link]) cr-button {
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
color: var(--google-blue-600);
font-weight: 400;
margin: 0 -0.57em;
min-width: 0;
}
:host([link]) cr-button:focus {
background-color: rgba(66, 133, 244, 0.12);
}
:host-context(.focus-outline-visible):host([link]) cr-button:focus {
font-weight: 500;
}
:host([link]) cr-button[disabled] {
color: rgb(168, 168, 168);
}