Skip to content

Commit

Permalink
(less) Fixes twbs#10147: Remove outline from carousel controls on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 28, 2013
1 parent e3ba580 commit 357127b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
// Hover/focus state
&:hover,
&:focus {
outline: none;
color: @carousel-control-color;
text-decoration: none;
.opacity(.9);
Expand Down

0 comments on commit 357127b

Please sign in to comment.