]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
scss/_carousel.scss: Add missing backticks in comment
authorChris Rebert <github@chrisrebert.com>
Fri, 6 Nov 2015 00:30:57 +0000 (16:30 -0800)
committerChris Rebert <github@chrisrebert.com>
Fri, 6 Nov 2015 00:30:57 +0000 (16:30 -0800)
[ci skip]

scss/_carousel.scss

index d9fb3b84d63e7851b62b0f329c595b61be254120..bf0ea61d313fb6002bd7f72711774e7fb375e00b 100644 (file)
     // 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;