Skip to content
GitLab
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
cc2d55b8
Commit
cc2d55b8
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Fix inline SVG.
parent
ebcc3ff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/static/docs/4.3/assets/scss/_sidebar.scss
+1
-1
site/static/docs/4.3/assets/scss/_sidebar.scss
with
1 addition
and
1 deletion
+1
-1
site/static/docs/4.3/assets/scss/_sidebar.scss
+
1
-
1
View file @
cc2d55b8
...
...
@@ -49,7 +49,7 @@
height
:
.875rem
;
margin-right
:
.25rem
;
content
:
""
;
background-image
:
url(
'
data:image/svg+xml
;utf8,<
svg xmlns=
"
http://www.w3.org/2000/svg
"
viewBox=
"
0 0 16 16
" role="img"><path
stroke=
"
currentColor
"
stroke-
width="2" d="M5 14l6-6-6-6" fill="none" fill-rule="evenodd"
stroke-line
cap="
round
"
stroke-
linejoin="round"/></svg>'
)
;
background-image
:
url(
"
data:image/svg+xml
,%3C
svg xmlns=
'
http://www.w3.org/2000/svg
' width='16' height='16'
viewBox=
'
0 0 16 16
'%3E%3Cpath fill='none'
stroke=
'
currentColor
'
stroke-
linecap='round'
stroke-line
join='
round
'
stroke-
width='2' d='M5 14l6-6-6-6'/%3E%3C/svg%3E"
)
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
opacity
:
.5
;
...
...
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