chrome-devtools-frontend
Version:
Chrome DevTools UI
29 lines (23 loc) • 513 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.
*/
.css-angle {
display: inline-block;
position: relative;
outline: none;
}
devtools-css-angle-swatch {
display: inline-block;
margin-right: 2px;
user-select: none;
}
devtools-css-angle-editor {
--override-dial-color: var(--sys-color-neutral-outline);
position: fixed;
z-index: 2;
}
.preview {
display: inline-block;
}