We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b453e8a commit ae26d0bCopy full SHA for ae26d0b
packages/web/src/scss/components/Pagination/_Pagination.scss
@@ -23,16 +23,16 @@
23
border-radius: theme.$item-radius;
24
background-color: theme.$item-default-background;
25
26
- &:active {
27
- color: theme.$item-active-color;
28
- background-color: theme.$item-active-background;
29
- }
30
-
31
&:focus,
32
&:hover {
33
color: theme.$item-hover-color;
34
background-color: theme.$item-hover-background;
35
}
+
+ &:active {
+ color: theme.$item-active-color;
+ background-color: theme.$item-active-background;
+ }
36
37
38
.Pagination__link--current,
0 commit comments