&:focus { outline: none; box-shadow: 0px 0px 2px red; } //check for focus with in (on a child) &:focus-within { border: 2px solid #1FC2FF; }