mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
hairline width 0.55px
This commit is contained in:
@ -93,6 +93,6 @@ ion-action-menu[mode=ios] {
|
||||
.hairlines .action-menu[mode=ios] {
|
||||
.action-menu-title,
|
||||
.action-menu-option {
|
||||
border-bottom-width: 0.5px;
|
||||
border-bottom-width: 0.55px;
|
||||
}
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ $item-ios-forward-icon-color: $item-ios-border-color !default;
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
border-top-width: 0.5px;
|
||||
border-top-width: 0.55px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -22,5 +22,5 @@
|
||||
}
|
||||
|
||||
.hairlines .list[inset] {
|
||||
border-width: 0.5px;
|
||||
border-width: 0.55px;
|
||||
}
|
||||
|
@ -57,5 +57,5 @@ $search-bar-ios-background-size: 13px 13px !default;
|
||||
}
|
||||
|
||||
.hairlines .search-bar[mode=ios] {
|
||||
border-bottom-width: 0.5px;
|
||||
border-bottom-width: 0.55px;
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ $tab-bar-ios-height: 50px !default;
|
||||
}
|
||||
|
||||
&[tab-bar-placement="top"] .tab-bar {
|
||||
border-bottom-width: 0.5px;
|
||||
border-bottom-width: 0.55px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -61,5 +61,5 @@ $toolbar-ios-title-font-size: 1.7rem !default;
|
||||
}
|
||||
|
||||
.hairlines .toolbar[mode=ios] {
|
||||
border-bottom-width: 0.5px;
|
||||
border-bottom-width: 0.55px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user