/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/select/select.md.vars.scss
17 строк
577 B
Maria Hutt
fix(select): update icon color and use correct focused class (#30342)
16 апр 2025, 20:16
Не верифицирован
16 апр 2025, 20:16
cad1c61
Код
Авторство
О чём код?
@import "../../themes/ionic.globals.md"; @import "../item/item.md.vars"; // Material Design Select // -------------------------------------------------- /// @prop - Size of the select icon $select-md-icon-size: dynamic-font(13px); /// @prop - Color of the select icon $select-md-icon-color: $text-color-step-500; /// @prop - The amount of whitespace to display on either side of the floating label $select-md-floating-label-padding: 4px; /// @prop - Opacity of the disabled select $select-md-disabled-opacity: $form-control-md-disabled-opacity;