Fix tabs being selectable by clicking on header

pull/24/head
Paulus Schoutsen 2015-01-19 00:01:40 -08:00
parent 35094a1667
commit 0c5f1234da
1 changed files with 11 additions and 9 deletions

View File

@ -94,15 +94,17 @@
</paper-dropdown>
</paper-menu-button>
<div class="bottom fit" horizontal layout>
<paper-tabs id="tabsHolder" noink flex
selected="0" on-core-select="{{tabClicked}}">
<paper-tab>ALL</paper-tab>
<paper-tab data-filter='customgroup'>GROUPS</paper-tab>
</paper-tabs>
</div>
<template if="{{hasCustomGroups}}">
<div class="bottom fit" horizontal layout>
<paper-tabs id="tabsHolder" noink flex
selected="0" on-core-select="{{tabClicked}}">
<paper-tab>ALL</paper-tab>
<paper-tab data-filter='customgroup'>GROUPS</paper-tab>
</paper-tabs>
</div>
</template>
</core-toolbar>
<state-cards