diff options
| author | Chris Rebert <[email protected]> | 2015-11-05 16:30:57 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-05 16:30:57 -0800 |
| commit | 1a0a2186b89452cb6cd7472799afbc276b4b64a1 (patch) | |
| tree | bd004be486475fc9b8e5f357bffd6ab110dab08d | |
| parent | 4d17a04a2766315299de7e6f5d0894bb9ed25228 (diff) | |
| download | bootstrap-1a0a2186b89452cb6cd7472799afbc276b4b64a1.tar.xz bootstrap-1a0a2186b89452cb6cd7472799afbc276b4b64a1.zip | |
scss/_carousel.scss: Add missing backticks in comment
[ci skip]
| -rw-r--r-- | scss/_carousel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index d9fb3b84d..bf0ea61d3 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; |
