/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-object-viewer/src/ObjectPropertiesPage/ObjectPropertyTable/Table/Table.module.css
50 строк
984 B
alex
dbeaver/pro#5752 add boolean component to metadata editor (#3754)
22 сен 2025, 18:34
Не верифицирован
22 сен 2025, 18:34
3a2d4f8
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2024 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ .container { composes: theme-typography--caption from global; height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .dataGrid { width: 100%; height: 100%; & [role='columnheader'] { text-transform: uppercase; } } .info { padding: 4px 12px; } .objectPropertyTableFooter { composes: theme-background-surface theme-text-on-surface theme-border-color-background from global; border-top: 1px solid; } .boolean { display: flex; align-items: center; justify-content: center; &[data-disabled] { opacity: 1; } } @layer components { .boolean { composes: checkbox-markup-theme--tertiary from global; --dbv-kit-checkbox-border-width: 1px; --dbv-kit-checkbox-check-size: 0.8; } }