Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(pagination): avoids underlining disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 16, 2017
1 parent 15a6965 commit 312b06c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,12 @@
}
}
.alg-ranged-pagination__item--disabled {
button:hover {
text-decoration: none;
}
}
.alg-ranged-pagination__item--active label {
font-weight: bold;
}
Expand Down

0 comments on commit 312b06c

Please sign in to comment.