Skip to content

Commit

Permalink
fix(pager): add missing k-state-focused selector
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 10, 2021
1 parent 9350a10 commit 8d8de00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/default/scss/pager/_theme.scss
Expand Up @@ -9,7 +9,8 @@

&:focus,
&.k-focus,
&.k-state-focus {
&.k-state-focus,
&.k-state-focused {
@include fill( $bg: $pager-focus-bg );
@include box-shadow( $pager-focus-shadow );
}
Expand Down

0 comments on commit 8d8de00

Please sign in to comment.