blob: 4a1819cc91797b5c20102f1704ea35b93bc5bb7c [file] [log] [blame]
/*
* Copyright 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.
*/
.toolbar {
background-color: var(--toolbar-bg-color);
border-bottom: var(--divider-border);
}
.lh-root {
--report-menu-width: 0;
user-select: text;
}
/* for View Trace button */
.lh-audit-group {
position: relative;
}
button.view-trace {
margin: 10px;
}
.audits-results-container {
position: relative;
}
/** `window.opener` is null for windows opened from DevTools. This breaks
the LH viewer app, so disable this feature. */
.lh-tools--viewer {
display: none !important;
}