/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/list/list-item.html
20 строк
695 B
Kristiyan Kostadinov
fix(multiple): consolidate strong focus indicators (#29623)
26 авг 2024, 23:22
Не верифицирован
26 авг 2024, 23:22
a9da72e
Код
Авторство
О чём код?
<ng-content select="[matListItemAvatar],[matListItemIcon]"></ng-content> <span class="mdc-list-item__content"> <ng-content select="[matListItemTitle]"></ng-content> <ng-content select="[matListItemLine]"></ng-content> <span #unscopedContent class="mat-mdc-list-item-unscoped-content" (cdkObserveContent)="_updateItemLines(true)"> <ng-content></ng-content> </span> </span> <ng-content select="[matListItemMeta]"></ng-content> <ng-content select="mat-divider"></ng-content> <!-- Strong focus indicator element. MDC uses the `::before` pseudo element for the default focus/hover/selected state, so we need a separate element. --> <div class="mat-focus-indicator"></div>