Home › Forums › JavaScript › show/hide › Reply To: show/hide
May 18, 2016 at 11:43 am
#241843
Participant
I haven’t been part of this thread, so maybe there is a good reason for not doing it, but it seems like it would make more sense to just put a box shadow on .widget
?
something like: box-shadow: 5px 5px 0px rgba(0,0,0,.5);
Then you could just remove the after pseudo class altogether.