/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-data-grid/src/GrantManagementTable.module.css
22 строки
413 B
alex
dbeaver/pro#5481 add GrantManagementTable component (#3841)
28 окт 2025, 13:56
Не верифицирован
28 окт 2025, 13:56
a2eab09
Код
Авторство
О чём код?
.table { height: 100%; overflow: auto; border: 1px solid var(--theme-background); max-width: 100%; :global(.rdg-cell.edited > *) { position: inherit; } :global(.rdg-cell.edited::before) { content: ''; position: absolute; inset: 0; pointer-events: none; background-color: rgba(255, 153, 0, 0.3); } :global(.rdg-cell-frozen::before) { background-color: unset; } }