diff --git a/less/button-groups.less b/less/button-groups.less index ff95b0474e..ef11cf12aa 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -20,7 +20,7 @@ } &:focus { // Remove focus outline when dropdown JS adds it after closing the menu - outline: none; + outline: 0; } } } diff --git a/less/carousel.less b/less/carousel.less index e3fb8a2cfd..6f5023756d 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -91,7 +91,7 @@ // Hover/focus state &:hover, &:focus { - outline: none; + outline: 0; color: @carousel-control-color; text-decoration: none; .opacity(.9); diff --git a/less/modals.less b/less/modals.less index 0ba977e6d5..8438a1616a 100644 --- a/less/modals.less +++ b/less/modals.less @@ -54,7 +54,7 @@ .box-shadow(0 3px 9px rgba(0,0,0,.5)); background-clip: padding-box; // Remove focus outline from opened modal - outline: none; + outline: 0; } // Modal background diff --git a/less/navbar.less b/less/navbar.less index 6ddf263568..ff1a41623d 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -200,7 +200,7 @@ // We remove the `outline` here, but later compensate by attaching `:hover` // styles to `:focus`. &:focus { - outline: none; + outline: 0; } // Bars