Fix current item in pagination not highlighted with new theme tokens (#37054)

pull/37045/head^2
diondiondion 2 months ago committed by GitHub
parent 84ffb107c3
commit 37ccffa95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -113,8 +113,8 @@
}
.current {
color: var(--color-bg-inverted);
background: var(--color-text-on-inverted);
color: var(--color-bg-primary);
background: var(--color-text-primary);
border-radius: 100px;
cursor: default;
margin: 0 10px;

Loading…
Cancel
Save