Commit d654f905 authored by Mark Otto's avatar Mark Otto

Fixes #10147: Remove outline from carousel controls on focus

parent 9d939080
......@@ -6363,6 +6363,7 @@ button.close {
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
outline: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -91,6 +91,7 @@
// Hover/focus state
&:hover,
&:focus {
outline: none;
color: @carousel-control-color;
text-decoration: none;
.opacity(.9);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment