UNPKG

chrome-devtools-frontend

Version:
20 lines (17 loc) 433 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. */ devtools-icon.shadow-swatch-icon { color: var(--icon-css); transform: scale(0.7); position: relative; margin: -5px -2px -5px -4px; user-select: none; vertical-align: baseline; cursor: pointer; &:hover { color: var(--icon-css-hover); } }