chrome-devtools-frontend
Version:
Chrome DevTools UI
18 lines (15 loc) • 340 B
CSS
/*
* Copyright 2021 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 {
display: inline-block;
white-space: nowrap;
position: relative;
}
@media (forced-colors: active) {
.icon-basic {
forced-color-adjust: none;
}
}