/* Copyright 2022 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
/* #css_wrapper_metadata_start
* #type=style
* #scheme=relative
* #import=./cr_shared_vars.css.js
* #css_wrapper_metadata_end */
[is='action-link'] {
cursor: pointer;
display: inline-block;
text-decoration: underline;
}
[is='action-link'],
[is='action-link']:active,
[is='action-link']:hover,
[is='action-link']:visited {
color: var(--cr-link-color);
}
[is='action-link'][disabled] {
color: var(--cr-fallback-color-disabled-foreground);
cursor: default;
pointer-events: none;
}
[is='action-link'].no-outline {
outline: none;
}