/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/segment/segment.ios.scss
47 строк
927 B
Brandy Carney
fix(segment): add activated class directly to segment button (#20400)
07 фев 2020, 20:13
Не верифицирован
07 фев 2020, 20:13
e8886e9
Код
Авторство
О чём код?
@import "./segment"; @import "./segment.ios.vars"; // iOS Segment // -------------------------------------------------- :host { --background: #{$segment-ios-background-color}; @include border-radius($segment-ios-border-radius); overflow: hidden; z-index: 0; } // Segment: Color // -------------------------------------------------- :host(.ion-color) { background: #{current-color(base, 0.065)}; } // Segment: Default Toolbar // -------------------------------------------------- :host(.in-toolbar) { @include margin(0, auto); width: auto; } // Default Segment, In a Toolbar :host(.in-toolbar:not(.ion-color)) { background: var(--ion-toolbar-segment-background, var(--background)); } // Segment: Color Toolbar // -------------------------------------------------- // Toolbar with Color, Default Segment :host(.in-toolbar-color:not(.ion-color)) { background: #{current-color(contrast, 0.11)}; }