chrome-devtools-frontend
Version:
Chrome DevTools UI
33 lines (28 loc) • 634 B
CSS
/*
* 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.
*/
@scope to (devtools-widget > *) {
devtools-report {
flex-grow: 1;
button.link {
color: var(--sys-color-primary);
text-decoration: underline;
padding: 0;
border: none;
background: none;
font-family: inherit;
font-size: inherit;
height: 16px;
}
button.link devtools-icon {
vertical-align: sub;
}
}
.link {
color: var(--sys-color-primary);
text-decoration: underline;
cursor: pointer;
}
}