Created by: dahfazz
On cards with border and image inside, we can see a 1px blank area between border and img. Moving the border on pseudo element fix this.
-
z-index to put border over inner elements
-
pointer-events: none to let click event go through the pseudo element