chrome-devtools-frontend
Version:
Chrome DevTools UI
26 lines (22 loc) • 543 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;
--icon-color: var(--icon-default);
}
.hide-issues-menu-btn:hover {
--icon-color: var(--icon-default-hover);
}