Skip to content

Commit

Permalink
Fix focused style of disabled Pagination button
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 16, 2017
1 parent d3ec477 commit cf3c0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/pagination/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
}

&-disabled {
&:hover {
&:hover,
&:focus {
border-color: @border-color-base;
a {
color: @disabled-color;
Expand Down

0 comments on commit cf3c0aa

Please sign in to comment.