Qdo quiser o foco acrescentar a classe focus no elemento
.focus:before{
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.4);
z-index: 0;
pointer-events: none;
}