/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/components/InteractiveOverlays/CommentsOverlay.module.css
54 строки
1 KB
Raul Martin
refactor: ECHO-448: Biome - enable format (#9625)
17 мар 2026, 18:27
Не верифицирован
17 мар 2026, 18:27
567cb96
Код
Авторство
О чём код?
.container { --icon-primary-color: var(--grape_600); --icon-secondary-color: var(--color-primary-surface-content); position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 100; .commentItem { transition: opacity 300ms; transform: translateY(-100%); filter: drop-shadow(0 2px 8px #12110d52) drop-shadow(0 8px 16px #12110d1f); pointer-events: all; cursor: pointer; } .commentIcon { /* to fit into usual screen edges with paddings */ scale: 0.8; translate: -2px 4px; } .commentIconBackground { transition: fill 300ms; fill: var(--icon-secondary-color); } .commentIconLines { transition: fill 300ms; fill: var(--icon-primary-color); } &._highlighting { & .commentItem { opacity: 0.2; &._highlighted { opacity: 1; & .commentIconBackground { fill: var(--icon-primary-color); } & .commentIconLines { fill: var(--icon-secondary-color); } } } } }