Skip to content

Commit

Permalink
fix(pager): add z-index to page in focused state
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Apr 2, 2020
1 parent 275f830 commit 1b7449c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/default/scss/pager/_layout.scss
Expand Up @@ -18,6 +18,12 @@
outline: 0;
font: inherit;
background-color: inherit;

// Focused state
&:focus,
&.k-state-focus {
z-index: 2;
}
}

.k-widget,
Expand Down Expand Up @@ -118,7 +124,6 @@
border-style: solid;
}


// Selected state
.k-state-selected {
cursor: inherit;
Expand Down

0 comments on commit 1b7449c

Please sign in to comment.