I have an input field which requires specific gradient borders on focus. So, I've created this kind of border as background color on the block and smaller background on :after element. It works at the simple block, but doesn't work on :focus.
.test:focus:after
and .test:after:focus
are not working.
Is there any solution?
Here is the sample to see what am I talking about http://codepen.io/anon/pen/Ajiwk
Thank you!