mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demo): fix selected tab color
This commit is contained in:
@@ -6,6 +6,9 @@ body.md {
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
a[aria-selected="true"] {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
.tabs-icon tab-highlight {
|
||||
color: #fff;
|
||||
@@ -15,8 +18,11 @@ body.md {
|
||||
|
||||
body.ios {
|
||||
.tabs-icon tabbar {
|
||||
a {
|
||||
color: #f53d3d;
|
||||
a[aria-selected="false"] {
|
||||
color: #8c8c8c !important;
|
||||
}
|
||||
a[aria-selected="true"] {
|
||||
color: #f53d3d !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user