chrome-devtools-frontend
Version:
Chrome DevTools UI
24 lines (21 loc) • 500 B
CSS
/*
* Copyright 2021 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.
*/
.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);
}
}