Skip to content

Commit

Permalink
revert: fix(VPagination): remove unnecessary outline for circle pagin…
Browse files Browse the repository at this point in the history
…ation buttons. (#6523)

This reverts commit b00abfe.
  • Loading branch information
Dmitry Sharshakov committed Feb 17, 2019
1 parent b00abfe commit 797808e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/stylus/components/_pagination.styl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ theme(v-pagination, "v-pagination")
.v-pagination__more,
.v-pagination__navigation
border-radius: 50%
outline: none

&--disabled
pointer-events: none
Expand Down

3 comments on commit 797808e

@Djaler
Copy link
Contributor

@Djaler Djaler commented on 797808e May 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sh7dm can I ask why you revert this?

@jacekkarczmarczyk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@Djaler
Copy link
Contributor

@Djaler Djaler commented on 797808e May 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Please sign in to comment.