/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/tree/tree-loadmore/tree-loadmore-example.css
20 строк
486 B
Cassandra Choi
fix(material/tree): add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062)
12 июл 2024, 00:15
Не верифицирован
12 июл 2024, 00:15
ff36c80
Код
Авторство
О чём код?
.example-load-more { border-radius: 10px; padding-left: 15px; padding-right: 15px; cursor: pointer; } .example-load-more:focus { /* Display a focus state for the "Load More" button. 0.12 is a common value in Material Design */ background: rgba(0, 0, 0, 0.12); } .example-load-more:hover { /* Display a focus state for the "Load More" button. 0.04 is a common value in Material Design */ background: rgba(0, 0, 0, 0.04); }