UNPKG

chrome-devtools-frontend

Version:
23 lines (19 loc) 420 B
/* * Copyright 2016 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. */ :host { white-space: nowrap; } devtools-icon { position: relative; transform: scale(0.7); margin: -5px -2px -3px -4px; user-select: none; color: var(--icon-css); cursor: default; &:hover { color: var(--icon-css-hover); } }