Skip to content

Commit ae26d0b

Browse files
committed
Fix(web): Set correct order of pseudo classes on Pagination link #DS-629
1 parent b453e8a commit ae26d0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/web/src/scss/components/Pagination/_Pagination.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
border-radius: theme.$item-radius;
2424
background-color: theme.$item-default-background;
2525

26-
&:active {
27-
color: theme.$item-active-color;
28-
background-color: theme.$item-active-background;
29-
}
30-
3126
&:focus,
3227
&:hover {
3328
color: theme.$item-hover-color;
3429
background-color: theme.$item-hover-background;
3530
}
31+
32+
&:active {
33+
color: theme.$item-active-color;
34+
background-color: theme.$item-active-background;
35+
}
3636
}
3737

3838
.Pagination__link--current,

0 commit comments

Comments
 (0)