chrome-devtools-frontend
Version:
Chrome DevTools UI
23 lines (19 loc) • 508 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"].icon-mask.bezier-swatch-icon {
position: relative;
transform: scale(0.7);
margin: -5px -2px -6px -4px;
user-select: none;
background-color: var(--icon-css);
cursor: default;
}
[is="ui-icon"].icon-mask.bezier-swatch-icon:hover {
background-color: var(--icon-css-hover);
}