Is it possible to remove or cover the border on an active tab when the border is set on a different panel? I know how to do it when the border is on the ul element by using margin-right: -1px
, but what about in this scenario?
I tried setting margin-right: -1px
, but it doesn't seem to work properly...
You can view the demo here. I am looking to break the border between the active tab and the right side panel.