chrome-devtools-frontend
Version:
Chrome DevTools UI
14 lines (12 loc) • 341 B
CSS
/*
* 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.
*/
.tabbed-pane-header-tab {
& > .tabbed-pane-header-tab-suffix-element devtools-icon.warning {
width: 14px;
height: 14px;
color: var(--icon-warning);
}
}