Skip to content

Commit

Permalink
Merge pull request #7299 from tsullivan/ui-navbar-top-default-border
Browse files Browse the repository at this point in the history
[NavBar] add default invisible border below `li > a`
  • Loading branch information
tsullivan committed May 27, 2016
2 parents 6981325 + 53a3fbc commit 1e9af4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/public/styles/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1e9af4d

Please sign in to comment.