🐛 fix: make cursor pointer correctly on all buttons

Restore button CSS behavior from ef5186c

https://github.com/nunocoracao/blowfish/blob/ef5186ce4cb7611a24f0bea542b1badc77ba552e/assets/css/compiled/main.css#L522
This commit is contained in:
ZhenShuo Leo
2025-05-25 04:58:41 +08:00
parent 30d74227df
commit 5afceca56a
2 changed files with 9 additions and 2 deletions
+6 -1
View File
@@ -7,7 +7,12 @@
body a,
body button {
@apply transition-colors cursor-pointer;
@apply transition-colors;
}
button,
[role="button"] {
cursor: pointer;
}
/* Scale SVG icons to text size */