Skip to content

Commit 6a0ce2f

Browse files
committed
remove search field on toolbar example
1 parent 2fa3637 commit 6a0ce2f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/src/pages/components/Toolbar.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292

9393
<h2 class="md-title">Default</h2>
9494

95-
<md-input-container style="flex: 1">
96-
<md-input placeholder="Search..." />
97-
</md-input-container>
98-
9995
<md-button class="md-icon-button">
10096
<md-icon>favorite</md-icon>
10197
</md-button>

src/components/mdToolbar/mdToolbar.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@
124124
}
125125
}
126126

127+
.md-input-container {
128+
min-height: 32px;
129+
margin-top: 0;
130+
margin-bottom: 0;
131+
padding-top: 0;
132+
}
133+
127134
.md-list {
128135
padding: 0;
129136
margin: 0 -8px;

0 commit comments

Comments
 (0)