Let\'s say if I have wrapper div which includes some links and images, is there any way I can deactivate it at once with CSS only?
After review of answers:
There is a CSS rule for that, but it's not widely used because of old browsers support
pointer-events: none;