fix: dark theme disabled pagination
This commit is contained in:
parent
e790c5bbf4
commit
f101b78325
1 changed files with 4 additions and 0 deletions
|
@ -1156,6 +1156,10 @@ h6 > svg,
|
||||||
background-color: var(--blue-200);
|
background-color: var(--blue-200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination button.disabled > svg {
|
||||||
|
stroke: var(--white);
|
||||||
|
}
|
||||||
|
|
||||||
/* now */
|
/* now */
|
||||||
.media__grid .item__wrapper {
|
.media__grid .item__wrapper {
|
||||||
border-color: var(--blue-400);
|
border-color: var(--blue-400);
|
||||||
|
|
Reference in a new issue