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 {
|
||||
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…
Reference in New Issue
Block a user