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