mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
scss/_carousel.scss: Add missing backticks in comment
[ci skip]
This commit is contained in:
parent
4d17a04a27
commit
1a0a2186b8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue