mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-14 18:23:10 +00:00
remove search field on toolbar example
This commit is contained in:
parent
2fa3637b0d
commit
6a0ce2f784
2 changed files with 7 additions and 4 deletions
|
|
@ -92,10 +92,6 @@
|
|||
|
||||
<h2 class="md-title">Default</h2>
|
||||
|
||||
<md-input-container style="flex: 1">
|
||||
<md-input placeholder="Search..." />
|
||||
</md-input-container>
|
||||
|
||||
<md-button class="md-icon-button">
|
||||
<md-icon>favorite</md-icon>
|
||||
</md-button>
|
||||
|
|
|
|||
|
|
@ -124,6 +124,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.md-input-container {
|
||||
min-height: 32px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.md-list {
|
||||
padding: 0;
|
||||
margin: 0 -8px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue