mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-19 09:21:06 +00:00
Fixes #10147: Remove outline from carousel controls on focus
This commit is contained in:
parent
9d939080e6
commit
d654f90502
3 changed files with 3 additions and 1 deletions
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
|
@ -6363,6 +6363,7 @@ button.close {
|
||||||
.carousel-control:focus {
|
.carousel-control:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
outline: none;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
filter: alpha(opacity=90);
|
filter: alpha(opacity=90);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -91,6 +91,7 @@
|
||||||
// Hover/focus state
|
// Hover/focus state
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
outline: none;
|
||||||
color: @carousel-control-color;
|
color: @carousel-control-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
.opacity(.9);
|
.opacity(.9);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue