UNPKG

chrome-devtools-frontend

Version:
30 lines (24 loc) 578 B
/* * Copyright (c) 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. */ [slot="main"] { flex-direction: column; display: flex; } [slot="sidebar"] { overflow: auto; } .diff-container { flex: 1; overflow: auto; } :focus.selected { background-color: var(--sys-color-tonal-container); color: var(--sys-color-on-tonal-container); } .changes-toolbar { background-color: var(--sys-color-cdt-base-container); border-top: 1px solid var(--sys-color-divider); }