We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85e284 commit 9c49265Copy full SHA for 9c49265
client/src/global/components/utility/Pagination/styles.js
@@ -56,6 +56,7 @@ export const Link = styled.a`
56
gap: 8px;
57
padding: ${LINK_PADDING}px;
58
text-decoration: none;
59
+ text-transform: uppercase;
60
cursor: pointer;
61
62
&[aria-disabled="true"] {
@@ -65,7 +66,12 @@ export const Link = styled.a`
65
66
67
&[aria-current="page"] {
68
pointer-events: none;
- color: var(--color-interaction-light);
69
+ color: var(--highlight-color);
70
+
71
+ .browse &,
72
+ .scheme-light & {
73
+ text-decoration-line: underline;
74
+ }
75
}
76
`;
77
0 commit comments