/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
client/components/chart-uplot/style.scss
34 строки
654 B
Marin Atanasov
Components: Remove unused UplotBarChart (#99163)
31 янв 2025, 18:47
Не верифицирован
31 янв 2025, 18:47
1d60581
Код
Авторство
О чём код?
@import "uplot/dist/uPlot.min.css"; .uplot { .u-legend { color: var(--studio-gray-100); // Disable rendering first u-marker, which is for "Date" and is empty. > .u-series:first-child > th > .u-marker { display: none; } // Use increased specificity to override original uPlot styles. > tr.u-series > th { cursor: initial; &::after { vertical-align: baseline; } > .u-marker { // Nudge marker down to align with text. margin-top: -2px; // Make the marker round. border-radius: 100%; } > .u-label { vertical-align: baseline; } } } } .calypso-uplot-chart-container { position: relative; }