/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/checkbox/checkbox.vars.scss
12 строк
413 B
Shane
fix(checkbox,radio,toggle): add missing keyboard focus indicators (#31295)
01 авг 2026, 00:57
Не верифицирован
01 авг 2026, 00:57
2f9c0b7
Код
Авторство
О чём код?
@import "../../themes/ionic.globals"; /// @prop - Top margin of checkbox's label when in an item $checkbox-item-label-margin-top: 10px; /// @prop - Bottom margin of checkbox's label when in an item $checkbox-item-label-margin-bottom: 10px; /// @prop - Background color of focus indicator for checkbox when focused $checkbox-background-color-focused: ion-color(primary, tint); $checkbox-focus-ring-size: 36px;