Skip to content

Commit

Permalink
* fix style of tag 'li.active' in pager.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Feb 16, 2016
1 parent 0976a9f commit d792de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/less/components/pager.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
}
}

> .active > a,
> .active > span {
> li.active > a,
> li.active > span {
&,
&:hover {
z-index: 2;
Expand All @@ -57,7 +57,7 @@
}
}

> .disabled {
> li.disabled {
> span,
> span:hover,
> span:focus,
Expand Down

0 comments on commit d792de4

Please sign in to comment.