From 025b176c18d7fd45903cebe75fd6a248ff1efecc Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 7 Apr 2016 14:10:59 -0400 Subject: [PATCH] chore(sass): fix Sass linter errors --- ionic/components/content/content.scss | 4 +++- ionic/components/segment/segment.wp.scss | 2 +- ionic/util/functions.scss | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ionic/components/content/content.scss b/ionic/components/content/content.scss index c57c4f22dc..1c8bda9323 100644 --- a/ionic/components/content/content.scss +++ b/ionic/components/content/content.scss @@ -24,6 +24,8 @@ ion-fixed { position: absolute; - transform: translateZ(0); + z-index: $z-index-fixed-content; + + transform: translateZ(0); } diff --git a/ionic/components/segment/segment.wp.scss b/ionic/components/segment/segment.wp.scss index 464df8f8cd..bc36c49a45 100644 --- a/ionic/components/segment/segment.wp.scss +++ b/ionic/components/segment/segment.wp.scss @@ -39,7 +39,7 @@ ion-segment { color: $segment-button-wp-text-color-activated; background-color: $segment-button-wp-background-color; opacity: $segment-button-wp-opacity; - + &.segment-activated { opacity: $segment-button-wp-opacity-activated; } diff --git a/ionic/util/functions.scss b/ionic/util/functions.scss index 390b92100a..be73fe5370 100644 --- a/ionic/util/functions.scss +++ b/ionic/util/functions.scss @@ -192,7 +192,7 @@ $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;