| /* |
| * 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: -2px; |
| width: 1em; |
| height: 1em; |
| border: 1px 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: 2px; |
| background-color: var(--sys-color-tonal-container); |
| border-radius: 5px; |
| } |