chrome-devtools-frontend
Version:
Chrome DevTools UI
33 lines (26 loc) • 507 B
CSS
/*
* Copyright (c) 2017 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 {
overflow: auto;
}
.count {
flex: none;
margin: 0 var(--sys-size-3);
}
devtools-icon {
&[name="cross-circle"] {
color: var(--sys-color-error-bright);
}
&[name="warning"] {
color: var(--icon-warning);
}
&[name="info"] {
color: var(--icon-info);
}
}
.tree-element-title {
flex-grow: 1;
}