fix: global fix for all svg buttons

This commit is contained in:
2026-02-24 06:48:11 +01:00
parent 1878568e7a
commit 4ad7aa4862
3 changed files with 18 additions and 5 deletions

View File

@@ -205,6 +205,11 @@ button:disabled {
cursor: not-allowed;
}
button svg,
button svg * {
pointer-events: none;
}
/* Icon button */
.icon-button {
background: transparent;