Skip to content

Commit

Permalink
Remove email-dropdown-item-focus class
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Jan 12, 2020
1 parent d6bdef7 commit 68aa577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/EmailDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
tabindex="-1"
:data-dropdown-item-index="index"
class="email-dropdown-item"
:class="{'email-dropdown-item-focus': index === listFocusIndex && !isEmailInputFocused}"
@click="handleOptionSelection(domain)"
@keyup.esc="handleEscPress"
@keyup.enter="handleOptionSelection(domain)"
Expand Down

0 comments on commit 68aa577

Please sign in to comment.