aboutsummaryrefslogtreecommitdiff
path: root/site/static
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-07-17 09:02:14 +0300
committerXhmikosR <[email protected]>2019-07-17 16:21:47 +0300
commitcc2d55b8f2f50d3f7ed3d985fac51bd986fbd90c (patch)
treec3b49cb8c9286cf62fb1dac0c6bcb7809852cda3 /site/static
parentebcc3ff9af096ab95e473328159d6c6dc2843d67 (diff)
downloadbootstrap-cc2d55b8f2f50d3f7ed3d985fac51bd986fbd90c.tar.xz
bootstrap-cc2d55b8f2f50d3f7ed3d985fac51bd986fbd90c.zip
Fix inline SVG.
Diffstat (limited to 'site/static')
-rw-r--r--site/static/docs/4.3/assets/scss/_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/static/docs/4.3/assets/scss/_sidebar.scss b/site/static/docs/4.3/assets/scss/_sidebar.scss
index 834300057..b5c356934 100644
--- a/site/static/docs/4.3/assets/scss/_sidebar.scss
+++ b/site/static/docs/4.3/assets/scss/_sidebar.scss
@@ -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-linecap="round" stroke-linejoin="round"/></svg>');
+ background-image: url("data:image/svg+xml,%3Csvg 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-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center center;
opacity: .5;