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
|
|
@ -91,6 +91,7 @@
|
|||
// Hover/focus state
|
||||
&:hover,
|
||||
&:focus {
|
||||
outline: none;
|
||||
color: @carousel-control-color;
|
||||
text-decoration: none;
|
||||
.opacity(.9);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue