|
|
|
|
|
by Ciantic
1680 days ago
|
|
> CSS includes a handy pointer-events attribute that makes buttons and links flip to non-interactive Except that it doesn't, you can still focus those with keyboard and click them. You should always disable buttons with `disabled` property instead of that hack. |
|