UNPKG

@spectrum-css/search

Version:
36 lines (34 loc) 2.15 kB
/*! * Copyright 2024 Adobe. All rights reserved. * * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * of the License at <http://www.apache.org/licenses/LICENSE-2.0> * * Unless required by applicable law or agreed to in writing, software distributed under * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ .spectrum.spectrum--legacy { --system-search-border-color-default: var(--spectrum-gray-500); --system-search-border-color-hover: var(--spectrum-gray-600); --system-search-border-color-focus: var(--spectrum-gray-800); --system-search-border-color-focus-hover: var(--spectrum-gray-900); --system-search-border-color-key-focus: var(--spectrum-gray-900); --system-search-background-color: var(--spectrum-gray-50); --system-search-background-color-disabled: var(--spectrum-disabled-background-color); --system-search-border-color-disabled: var(--spectrum-disabled-background-color); --system-search-border-radius: var(--spectrum-corner-radius-100); --system-search-size-m-border-radius: var(--spectrum-corner-radius-100); --system-search-edge-to-visual: var(--spectrum-component-edge-to-visual-100); --system-search-size-m-edge-to-visual: var(--spectrum-component-edge-to-visual-100); --system-search-size-s-border-radius: var(--spectrum-corner-radius-100); --system-search-size-s-edge-to-visual: var(--spectrum-component-edge-to-visual-75); --system-search-size-l-border-radius: var(--spectrum-corner-radius-100); --system-search-size-l-edge-to-visual: var(--spectrum-component-edge-to-visual-200); --system-search-size-xl-border-radius: var(--spectrum-corner-radius-100); --system-search-size-xl-edge-to-visual: var(--spectrum-component-edge-to-visual-300); --system-search-quiet-background-color-disabled: transparent; --system-search-quiet-border-color-disabled: var(--spectrum-disabled-border-color); }