/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/progress-bar/progress-bar.ios.scss
22 строки
604 B
Sean Perkins
feat(progress-bar): update styles to iOS 17 specs (#28759)
06 янв 2024, 01:16
Не верифицирован
06 янв 2024, 01:16
f65235a
Код
Авторство
О чём код?
@import "./progress-bar"; @import "./progress-bar.ios.vars"; // iOS Progress bar // -------------------------------------------------- :host { @include border-radius($progress-bar-ios-border-radius); height: $progress-bar-ios-height; } :host(.progress-bar-solid) { /** * On iOS the unfilled portion of the progress bar * is always a consistent background color. We * only apply this style when the progress bar is * solid (with a buffer value of 1). This maintains * the custom Ionic appearance for a buffered progress bar. */ --background: #{$background-color-step-100}; }