/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/TaskSummary/TaskSummary.module.css
13 строк
538 B
Raul Martin
refactor: ECHO-448: Biome - enable format (#9625)
17 мар 2026, 18:27
Не верифицирован
17 мар 2026, 18:27
567cb96
Код
Авторство
О чём код?
.aggregation-row { box-shadow: 0 2px 8px rgba(var(--color-neutral-shadow-raw) / 10%); z-index: 2; /* @todo add a better comment */ /* cells in first column overlap shadows for cells from previous row, */ /* z-index doesn't work here, so we just reimplement shadow of aggregation row */ /* in this exact cell as inset; also we had to expand and shift the shadow */ /* to only drop from the top of the cell */ & + tr td:first-child { box-shadow: 0 10px 8px -8px rgba(var(--color-neutral-shadow-raw) / 10%) inset; } }