mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 19:03:41 +00:00
Fix current item in pagination not highlighted with new theme tokens (#37054)
This commit is contained in:
parent
84ffb107c3
commit
37ccffa95a
|
|
@ -113,8 +113,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.current {
|
.current {
|
||||||
color: var(--color-bg-inverted);
|
color: var(--color-bg-primary);
|
||||||
background: var(--color-text-on-inverted);
|
background: var(--color-text-primary);
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user