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 [is
='action-link']:hover
{
12 text-decoration: underline
;
15 [is
='action-link']:active
{
16 color: rgb
(5, 37, 119);
17 text-decoration: underline
;
20 [is
='action-link'][disabled
] {
24 text-decoration: none
;
27 [is
='action-link'].no-outline
{