Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fix(pager): add focus outline for pager buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jan 25, 2018
1 parent 29e94e3 commit 9986149
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions scss/pager/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@
border-color: $pager-hover-border;
z-index: 2;
}
}

.k-pager-nav,
.k-pager-numbers .k-link {
color: $link-text;

&:hover {
color: $link-hover-text;
&:focus {
box-shadow: $pagination-focus-box-shadow;
outline: 0;
z-index: 2;
}
}

Expand Down

0 comments on commit 9986149

Please sign in to comment.