File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 30
30
" components/virtual-scroll/virtual-scroll" ;
31
31
32
32
33
- // Ionicons (to be replaced with SVGs)
34
- $ionicons : true !default ;
35
- @if ($ionicons ) {
36
- @import " fonts/ionicons" ;
37
- }
33
+ // Ionicons
34
+ @import " fonts/ionicons" ;
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ tabbar {
90
90
ion-badge ,
91
91
ion-icon ,
92
92
span {
93
- opacity : .4 ;
93
+ opacity : 0 .4 ;
94
94
}
95
95
}
96
96
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ tabbar {
81
81
// Windows Tabbar Color Mixin
82
82
// --------------------------------------------------
83
83
84
- @mixin tabbar-wp ($color-name , $color-base ) {
84
+ @mixin tabbar-wp ($color-name , $color-base , $color-contrast ) {
85
85
86
86
ion-tabs [#{$color-name } ] tabbar {
87
87
background-color : $color-base ;
@@ -104,5 +104,5 @@ tabbar {
104
104
// --------------------------------------------------
105
105
106
106
@each $color-name , $color-base , $color-contrast in get-colors ($colors-wp ) {
107
- @include tabbar-wp ($color-name , $color-base );
107
+ @include tabbar-wp ($color-name , $color-base , $color-contrast );
108
108
}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ ion-toggle {
128
128
// Windows Color Mixin
129
129
// --------------------------------------------------
130
130
131
- @mixin toggle-theme-wp ($color-name , $color-base ) {
131
+ @mixin toggle-theme-wp ($color-name , $color-base , $color-contrast ) {
132
132
133
133
ion-toggle [#{$color-name } ] {
134
134
@@ -151,6 +151,6 @@ ion-toggle {
151
151
152
152
@each $color-name , $color-base , $color-contrast in get-colors ($colors-wp ) {
153
153
154
- @include toggle-theme-wp ($color-name , $color-base );
154
+ @include toggle-theme-wp ($color-name , $color-base , $color-contrast );
155
155
156
156
}
You can’t perform that action at this time.
0 commit comments