Skip to content

Commit

Permalink
Add default outline none for navigation item
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Jan 31, 2013
1 parent a86f81f commit c69f048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/tpl_t3_blank/less/navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
background-color: @navbarLinkBackgroundHover;
#gradient > .vertical(lighten(@navbarLinkBackgroundHover, 10%), @navbarLinkBackgroundHover);
text-shadow: none;
outline: none;
}

// Active nav items
Expand All @@ -74,9 +75,9 @@
text-shadow: none;
#gradient > .vertical(lighten(@navbarLinkBackgroundActive, 10%), @navbarLinkBackgroundActive);
.box-shadow(none );
outline: none;
}


// Toggle Button
// -------------

Expand Down

0 comments on commit c69f048

Please sign in to comment.