Skip to content

Commit

Permalink
Fixes #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 9d93908 commit d654f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6363,6 +6363,7 @@ button.close {
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
outline: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions less/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 d654f90

Please sign in to comment.