/
ashipov
/
react
Обзор
Документация
Войти
/
ashipov
/
react
Код
Запросы
0
Задачи 2.0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitList.css
62 строки
995 B
Brian Vaughn
DevTools Profiler: Add commit and post-commit durations to UI (#20984)
17 мар 2021, 19:27
Не верифицирован
17 мар 2021, 19:27
bf11788
Код
Авторство
О чём код?
.List { /** * The decision to suppress the default (horizontal) scroll bars is intentional. * The snapshot selector is small enough that the scrollbar renders it essentially useless. * There are two alternative navigation mechanisms (arrow keys and arrow buttons). * If necessary, we could also expand the click-and-drag mechanism to scroll. */ overflow-x: hidden !important; } .Tooltip { margin-top: 2.5rem; } .TooltipList { list-style: none; padding: 0; margin: 0; } .TooltipListItem { display: flex; } .TooltipLabel { font-weight: bold; margin-right: 0.25rem; } .TooltipLabel:after { content: ':'; } .TooltipValue { flex-grow: 1; text-align: end; } .DurationsWrapper { flex-grow: 1; } .DurationsList { list-style: none; margin: 0 0 0 1rem; padding: 0; } .DurationsListItem { display: flex; } .DurationsLabel { margin-right: 0.25rem; } .DurationsLabel:after { content: ':'; } .DurationsValue { flex-grow: 1; text-align: end; }