From 8eafe995dc8c0d5bf82f4933e406e959648700c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 10 Mar 2014 07:55:29 +0100 Subject: [PATCH] (less) Use `outline: 0` consistently --- button-groups.less | 2 +- carousel.less | 2 +- modals.less | 2 +- navbar.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/button-groups.less b/button-groups.less index ff95b0474e32..ef11cf12aa54 100644 --- a/button-groups.less +++ b/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/carousel.less b/carousel.less index e3fb8a2cfdba..6f5023756d5e 100644 --- a/carousel.less +++ b/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/modals.less b/modals.less index 0ba977e6d524..8438a1616a78 100644 --- a/modals.less +++ b/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/navbar.less b/navbar.less index 6ddf26356846..ff1a41623daf 100644 --- a/navbar.less +++ b/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