Преглед изворни кода

remove tab select on fingerprint

pull/342/head
Guillaume Vincent пре 8 година
родитељ
комит
01fc779b12
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/components/Fingerprint.vue

+ 1
- 1
src/components/Fingerprint.vue Прегледај датотеку

@@ -16,7 +16,7 @@
</style>
<template>
<span class="input-group-btn" v-if="fingerprint">
<button id="fingerprint" class="btn" type="button">
<button id="fingerprint" class="btn" type="button" tabindex="-1">
<small class="hint--top" aria-label="fingerprint">
<i class="fa fa-fw" v-bind:class="[icon1]" v-bind:style="{ color: color1 }"></i>
<i class="fa fa-fw" v-bind:class="[icon2]" v-bind:style="{ color: color2 }"></i>


Loading…
Откажи
Сачувај