[NavBar] add default invisible border below li > a

This commit is contained in:
Timothy Sullivan 2016-05-26 11:48:07 -07:00
parent 6981325f7a
commit 53a3fbc99d

View file

@ -35,6 +35,7 @@
font-size: 1.5em;
padding: 5px 0 6px 0;
margin: 0 10px;
border-bottom: 2px solid transparent;
}
// Active, hover state for the getTabs
> .active > a,