chrome-devtools-frontend
Version:
Chrome DevTools UI
37 lines (29 loc) • 570 B
CSS
/*
* Copyright 2022 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.
*/
.hint-popup-wrapper {
width: 400px;
line-height: 1.1;
font-size: 12px;
}
code {
background-color: var(--color-background-elevation-1);
padding: 0 2px;
}
.property {
color: var(--color-syntax-1);
}
.hint-popup-possible-fix {
margin-top: 8px;
}
.clickable {
color: var(--color-link);
}
.underlined {
text-decoration: underline;
}
.unbreakable-text {
white-space: nowrap;
}