@finos/legend-extension-dsl-data-quality
Version:
Legend extension for Data Quality
18 lines (16 loc) • 2.36 kB
CSS
/** @license @finos/legend-extension-dsl-data-quality v2.1.56
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed 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 CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.data-quality-custom-selector{display:flex;align-items:center;width:100%;height:2.8rem;border:.1rem solid var(--color-border-default);border-radius:.2rem;cursor:pointer;background:var(--color-bg-panel)}.data-quality-custom-selector[disabled]{cursor:not-allowed;background:var(--color-bg-app);border-color:var(--color-border-default)}.data-quality-custom-selector[disabled] .data-quality-custom-selector__label{color:var(--color-text-muted)}.data-quality-custom-selector[disabled] .data-quality-custom-selector__dropdown__trigger svg{color:var(--color-text-muted)}.data-quality-custom-selector__label{display:flex;align-items:center;padding:0 .5rem;height:100%;width:calc(100% - 2rem);color:var(--color-text-muted);font-size:1.2rem;user-select:none}.data-quality-custom-selector__clear{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;min-width:2rem;height:100%;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;color:var(--color-text-muted)}.data-quality-custom-selector__clear:hover{color:var(--color-text-primary)}.data-quality-custom-selector__clear svg{font-size:1.1rem}.data-quality-custom-selector__dropdown__trigger{display:flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;height:100%}.data-quality-custom-selector__dropdown__trigger svg{color:var(--color-text-secondary);font-size:1.2rem}.data-quality-custom-selector__dropdown__option{display:flex;align-items:center;height:2.8rem;padding:0 1rem;cursor:pointer;font-size:1.2rem;color:var(--color-text-muted)}.data-quality-custom-selector__dropdown__option:hover{background:var(--color-dark-blue-shade-100)}/*# sourceMappingURL=data-quality-custom-selector.css.map */