Don't need the is-focused in front here. fixes #230

This commit is contained in:
Jon Rohan
2013-02-02 20:50:54 -08:00
parent 6e4cb9874a
commit 5b3b92870b

View File

@@ -125,7 +125,7 @@
border-width: 0 0 1px 1px;
box-shadow: -2px 2px 0 #424242;
}
.is-focused .tab.active:first-child:before {
.tab.active:first-child:before {
display: none;
}