UNPKG

chrome-devtools-frontend

Version:
29 lines (26 loc) 656 B
/* * Copyright 2021 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .swatch { position: relative; display: inline-block; margin-bottom: calc(-1 * var(--sys-size-2)); width: 1em; height: 1em; border: var(--sys-size-1) solid var(--sys-color-neutral-outline); border-radius: 50%; overflow: hidden; cursor: pointer; background-color: var(--sys-color-neutral-container); } .mini-hand { position: absolute; margin: auto; inset: 0; height: 55%; width: var(--sys-size-2); background-color: var(--sys-color-tonal-container); border-radius: 5px; }