:after is better

This commit is contained in:
Justin Palmer 2013-02-09 19:38:35 -08:00
parent a124f5aeee
commit d45aac57dd

View File

@ -83,10 +83,10 @@
}
.tab.is-drop-target:before {
.tab.is-drop-target:after {
position: absolute;
top: 0;
left: -2px;
right: -2px;
content: "";
z-index: 999;
display: inline-block;