Spaces:
Runtime error
Runtime error
File size: 1,182 Bytes
db5855f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
/**
* Copyright (C) 2023 Intel Corporation
* SPDX-License-Identifier: MIT
*/
/* Do not edit this file manually! This file is generated automatically from the @spark-design/tokens package.*/
[data-theme='dark'] {
--spark-dropdown-background-disabled: var(--spark-color-theme-dark-gray200, #3c3e42);
--spark-dropdown-text-color: #ffffff;
--spark-dropdown-text-disabled-color: #6b6e76;
--spark-dropdown-text-invalid-color: var(--spark-color-coral-tint1, #ff848a);
--spark-dropdown-text-placeholder-color: #ffffff;
--spark-dropdown-text-selected-color: #ffffff;
--spark-dropdown-button-disabled-background: transparent;
--spark-dropdown-button-focus-outline-color: #6ddcff;
--spark-dropdown-button-disabled-color: #484a50;
--spark-dropdown-button-disabled-text-color: #6b6e76;
--spark-dropdown-border-color: #8e9099;
--spark-dropdown-border-invalid-color: var(--spark-color-coral-tint1, #ff848a);
--spark-dropdown-border-hover-color: #585a62;
--spark-dropdown-border-invalid-hover: #ff848a;
--spark-dropdown-border-opened-color: #585a62;
--spark-dropdown-ghost-border-bottom-color: #585a62;
}
|