| /* | |
| * Copyright 2020 The Chromium Authors | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| .issues-pane { | |
| overflow: hidden; | |
| } | |
| .issues-toolbar-container { | |
| display: flex; | |
| flex: none; | |
| } | |
| .issues-toolbar-container > devtools-toolbar { | |
| background-color: var(--sys-color-cdt-base-container); | |
| border-bottom: 1px solid var(--sys-color-divider); | |
| } | |
| .issues-toolbar-left { | |
| flex: 1 1 auto; | |
| } | |
| .issues-toolbar-right { | |
| padding-right: 6px; | |
| } |