1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02:00

Fixes #10147: Remove outline from carousel controls on focus

This commit is contained in:
Mark Otto
2013-11-28 15:37:11 -08:00
parent 9d939080e6
commit d654f90502
3 changed files with 3 additions and 1 deletions

View File

@@ -6363,6 +6363,7 @@ button.close {
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
outline: none;
opacity: 0.9;
filter: alpha(opacity=90);
}