Remove pointer cursor from buttons

This is not great practice: https://adamsilver.io/blog/buttons-shouldnt-have-a-hand-cursor/
This commit is contained in:
ISSOtm 2024-11-24 13:54:38 +01:00
parent 6dc6489e69
commit e9267be48d
237 changed files with 118 additions and 237 deletions

View file

@ -55,7 +55,6 @@
line-height: var(#{$css-var-prefix}line-height);
text-align: center;
text-decoration: none;
cursor: pointer;
user-select: none;
@if $enable-transitions {