Skip to content

Commit

Permalink
Merge pull request #146 from readingdancer/Issue-89
Browse files Browse the repository at this point in the history
Temp - Disabling the tool tip as it breaks the mobile version!
  • Loading branch information
readingdancer authored Apr 18, 2020
2 parents 5c349a6 + 8060af6 commit 3ad7729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covid-19-support/src/components/SearchFilter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="bg-light border-right" id="search-filter-wrapper">
<div class="tab bg-light border-right border-top border-bottom" @click="$emit('toggle')" v-b-tooltip.hover.right :title="tabtitle">
<div class="tab bg-light border-right border-top border-bottom" @click="$emit('toggle')">
<i class="fas fa-caret-down" />
</div>

Expand Down

0 comments on commit 3ad7729

Please sign in to comment.