/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/core/option/optgroup.html
9 строк
283 B
Zach Arend
fix(material/core): Fix MacOS Hover feature compatibility with optgroup (#27239)
06 июн 2023, 19:40
Не верифицирован
06 июн 2023, 19:40
91fbe76
Код
Авторство
О чём код?
<span class="mat-mdc-optgroup-label" role="presentation" [class.mdc-list-item--disabled]="disabled" [id]="_labelId"> <span class="mdc-list-item__primary-text">{{ label }} <ng-content></ng-content></span> </span> <ng-content select="mat-option, ng-container"></ng-content>