chrome-devtools-frontend
Version:
Chrome DevTools UI
22 lines (18 loc) • 469 B
CSS
/*
* 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;
}
[is="ui-icon"].shadow-swatch-icon {
background-color: var(--icon-css);
transform: scale(0.7);
position: relative;
margin: -5px -2px -5px -4px;
user-select: none;
}
[is="ui-icon"].shadow-swatch-icon:hover {
background-color: var(--icon-css-hover);
}