chore: naming + reduced motion
This commit is contained in:
parent
8835792b90
commit
fa0b36f696
6 changed files with 16 additions and 10 deletions
|
@ -14,9 +14,8 @@
|
|||
}
|
||||
|
||||
.pagination button.disabled > svg {
|
||||
opacity: .5;
|
||||
cursor: not-allowed;
|
||||
stroke: var(--black);
|
||||
stroke: color-mix(in srgb, var(--black), transparent 50%);
|
||||
stroke-width: var(--stroke-width-default);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue