Merge pull request #2157 from ZhenShuo2021/fix/show-more-link

🐛 fix: restore cursor pointer on all buttons
This commit is contained in:
Nuno Coração
2025-05-27 00:32:19 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,11 @@ body button {
@apply transition-colors;
}
button,
[role="button"] {
cursor: pointer;
}
/* Scale SVG icons to text size */
.icon svg {
@apply h-[1em] w-[1em];