mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
iOS tab-bar hairline
This commit is contained in:
@@ -16,6 +16,7 @@ $toolbar-ios-title-font-size: 1.7rem !default;
|
||||
|
||||
|
||||
.toolbar[mode="ios"] {
|
||||
border-bottom: 1px solid $toolbar-ios-border-color;
|
||||
|
||||
.toolbar-title {
|
||||
order: map-get($toolbar-order-ios, title);
|
||||
@@ -54,3 +55,7 @@ $toolbar-ios-title-font-size: 1.7rem !default;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.hairlines .toolbar[mode="ios"] {
|
||||
border-bottom-width: 0.5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user