Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1a0a2186
Commit
1a0a2186
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
scss/_carousel.scss: Add missing backticks in comment
[ci skip]
parent
4d17a04a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_carousel.scss
+1
-1
scss/_carousel.scss
with
1 addition
and
1 deletion
+1
-1
scss/_carousel.scss
+
1
-
1
View file @
1a0a2186
...
@@ -179,7 +179,7 @@
...
@@ -179,7 +179,7 @@
// IE9 hack for event handling
// IE9 hack for event handling
//
//
// Internet Explorer 9 does not properly handle clicks on elements with a `background-color` of `transparent`,
// 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
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer
background-color
:
rgba
(
0
,
0
,
0
,
0
);
// IE9
background-color
:
rgba
(
0
,
0
,
0
,
0
);
// IE9
border
:
1px
solid
$carousel-indicator-border-color
;
border
:
1px
solid
$carousel-indicator-border-color
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets