mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(tabs): fix scss compile error on some versions of sass Closes #2719
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
}
|
||||
|
||||
@mixin tabs-background($style, $color, $border-color) {
|
||||
&.#{$style} {
|
||||
.#{$style} {
|
||||
.tabs,
|
||||
&> .tabs{
|
||||
background-color: $color;
|
||||
@@ -143,7 +143,7 @@
|
||||
}
|
||||
|
||||
@mixin tabs-color($style, $color) {
|
||||
&.#{$style} {
|
||||
.#{$style} {
|
||||
.tab-item {
|
||||
color: rgba($color, $tabs-off-opacity);
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user