| /* | |
| * Copyright 2021 The Chromium Authors | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| .hide-issues-menu-btn { | |
| position: relative; | |
| display: flex; | |
| background-color: transparent; | |
| flex: none; | |
| align-items: center; | |
| justify-content: center; | |
| padding: 0; | |
| margin: 0 -2px 0 4px; | |
| overflow: hidden; | |
| border-radius: 0; | |
| border: none; | |
| &:hover > devtools-icon { | |
| color: var(--icon-default-hover); | |
| } | |
| } |