mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(sass): fix Sass linter errors
This commit is contained in:
@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
ion-fixed {
|
ion-fixed {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translateZ(0);
|
|
||||||
z-index: $z-index-fixed-content;
|
z-index: $z-index-fixed-content;
|
||||||
|
|
||||||
|
transform: translateZ(0);
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ ion-segment {
|
|||||||
color: $segment-button-wp-text-color-activated;
|
color: $segment-button-wp-text-color-activated;
|
||||||
background-color: $segment-button-wp-background-color;
|
background-color: $segment-button-wp-background-color;
|
||||||
opacity: $segment-button-wp-opacity;
|
opacity: $segment-button-wp-opacity;
|
||||||
|
|
||||||
&.segment-activated {
|
&.segment-activated {
|
||||||
opacity: $segment-button-wp-opacity-activated;
|
opacity: $segment-button-wp-opacity-activated;
|
||||||
}
|
}
|
||||||
|
@ -192,7 +192,7 @@
|
|||||||
$color-contrast: color-inverse($color-value);
|
$color-contrast: color-inverse($color-value);
|
||||||
}
|
}
|
||||||
|
|
||||||
$colors-list: append($colors-list, ( $color-name, $color-base, $color-contrast ), comma);
|
$colors-list: append($colors-list, ($color-name, $color-base, $color-contrast), comma);
|
||||||
}
|
}
|
||||||
|
|
||||||
@return $colors-list;
|
@return $colors-list;
|
||||||
|
Reference in New Issue
Block a user