From 91168af17311107c4ed876fe25d1c0868b77edc2 Mon Sep 17 00:00:00 2001 From: Toru Yoshikawa Date: Tue, 4 Oct 2016 08:14:12 +0900 Subject: [PATCH] fix(content): move $text-ios-color to content (#8421) --- src/components/content/content.ios.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/content/content.ios.scss b/src/components/content/content.ios.scss index 4c0f42dfbc4..fef773e6df6 100644 --- a/src/components/content/content.ios.scss +++ b/src/components/content/content.ios.scss @@ -8,6 +8,7 @@ $content-ios-transition-background: #000 !default; .content-ios { + color: $text-ios-color; background-color: $background-ios-color; } @@ -18,7 +19,6 @@ $content-ios-transition-background: #000 !default; .content-ios hr { height: $hairlines-width; - color: $text-ios-color; background-color: rgba(0, 0, 0, .12); }