chrome-devtools-frontend
Version:
Chrome DevTools UI
26 lines (22 loc) • 665 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;
}
.shadow-swatch-icon {
position: relative;
margin-left: 1px;
margin-right: 2px;
top: 1px;
user-select: none;
line-height: 10px;
background-color: #9c27b0; /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}
.shadow-swatch-icon:hover {
background-color: #800080; /* stylelint-disable-line plugin/use_theme_colors */
/* See: crbug.com/1152736 for color variable migration. */
}