Skip to content

Commit

Permalink
Change mobile nav link border to RGBa
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolbus39 committed Dec 15, 2015
1 parent 3630c86 commit fdb9edb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wdn/templates_4.1/less/layouts/navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,11 @@

// Styles specific to the mobile view
@media @bp-nav-hidden {
border-bottom: 1px solid @ui11;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);

&:hover {
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
}

@media @bp-nav-full {
Expand Down

0 comments on commit fdb9edb

Please sign in to comment.