Skip to content

Commit

Permalink
fix: Btn not returning to original state on touch platforms #756
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Aug 25, 2017
1 parent 1344327 commit 940258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/btn/QBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class="q-btn row inline flex-center q-focusable q-hoverable relative-position"
:class="classes"
>
<div class="q-focus-helper"></div>
<div class="desktop-only q-focus-helper"></div>
<div
v-if="loading && hasPercentage"
class="q-btn-progress absolute-full"
Expand Down

0 comments on commit 940258b

Please sign in to comment.