/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/ui/src/components/file-icon.css
26 строк
531 B
Adam
fix(app): file icon stability
05 мар 2026, 17:00
Не верифицирован
05 мар 2026, 17:00
8cbe7b4
Код
Авторство
О чём код?
[data-component="file-icon"] { display: block; flex-shrink: 0; width: 16px; height: 16px; } /* File tree: show monochrome weak icons by default. On hover, show the original file-type colors. */ [data-component="filetree"] .filetree-icon--mono { color: var(--icon-base); } [data-component="filetree"] .filetree-iconpair { position: relative; display: inline-flex; width: 16px; height: 16px; } [data-component="filetree"] .filetree-iconpair [data-component="file-icon"] { position: absolute; inset: 0; }