mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(content): move $text-ios-color to content (#8421)
This commit is contained in:
committed by
Brandy Carney
parent
6b33ed0c8e
commit
91168af173
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user