fix(content): move $text-ios-color to content (#8421)

This commit is contained in:
Toru Yoshikawa
2016-10-04 08:14:12 +09:00
committed by Brandy Carney
parent 6b33ed0c8e
commit 91168af173

View File

@@ -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);
}