Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmoura committed Feb 13, 2017
1 parent ddeb48d commit 783fa1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/mdBottomBar/mdBottomBarItem.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<a :href="href" class="md-bottom-bar-item" :class="classes" :disabled="disabled" @click="setActive" v-if="href">

<md-icon v-if="mdIcon || mdIconSrc || mdIconset" :md-icon-src="mdIconSrc" :md-iconset="mdIconset">{{ mdIcon }}</md-icon>

<md-ink-ripple :md-disabled="disabled" />
Expand All @@ -11,7 +10,6 @@
</a>

<button type="button" class="md-bottom-bar-item" :class="classes" :disabled="disabled" @click="setActive" v-else>

<md-icon v-if="mdIcon || mdIconSrc || mdIconset" :md-src="mdIconSrc" :md-iconset="mdIconset">{{ mdIcon }}</md-icon>

<md-ink-ripple :md-disabled="disabled" />
Expand Down

0 comments on commit 783fa1b

Please sign in to comment.