From 1a0a2186b89452cb6cd7472799afbc276b4b64a1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 5 Nov 2015 16:30:57 -0800 Subject: [PATCH] scss/_carousel.scss: Add missing backticks in comment [ci skip] --- scss/_carousel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_carousel.scss b/scss/_carousel.scss index d9fb3b84d6..bf0ea61d31 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -179,7 +179,7 @@ // IE9 hack for event handling // // Internet Explorer 9 does not properly handle clicks on elements with a `background-color` of `transparent`, - // so we use rgba(0,0,0,0) instead since it's a non-buggy equivalent. + // so we use `rgba(0,0,0,0)` instead since it's a non-buggy equivalent. // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer background-color: rgba(0,0,0,0); // IE9 border: 1px solid $carousel-indicator-border-color;