blob: ae9d1426996a1081f0ca176c4e76281cf2b92320 [file] [log] [blame]
/*
* Copyright 2016 The Chromium Authors
* 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);
}
}