We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd62a4c commit 29e6242Copy full SHA for 29e6242
ionic/components/toolbar/toolbar.ios.scss
@@ -42,7 +42,7 @@ ion-navbar-section {
42
43
.toolbar-background {
44
border-bottom-width: 1px;
45
- border-bottom-style: solid;
+ border-style: solid;
46
border-color: $toolbar-ios-border-color;
47
background: $toolbar-ios-background;
48
}
@@ -51,6 +51,15 @@ ion-navbar-section {
51
border-bottom-width: $hairlines-width;
52
53
54
+.toolbar[position=bottom] .toolbar-background {
55
+ border-bottom-width: 0;
56
+ border-top-width: 1px;
57
+}
58
+
59
+&.hairlines .toolbar[position=bottom] .toolbar-background {
60
+ border-top-width: $hairlines-width;
61
62
63
64
// iOS Toolbar Content
65
// --------------------------------------------------
0 commit comments