From: XhmikosR Date: Tue, 19 Feb 2019 14:46:56 +0000 (+0200) Subject: Remove `focusable="false"` from SVGs. X-Git-Tag: v5.0.0-alpha1~1262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8eebb4b89b8c2006dbfb80ccda576b32e04c57;p=thirdparty%2Fbootstrap.git Remove `focusable="false"` from SVGs. --- diff --git a/build/svgo.yml b/build/svgo.yml index 047e6947f0..84d0175228 100644 --- a/build/svgo.yml +++ b/build/svgo.yml @@ -15,10 +15,6 @@ js2svg: indent: 2 plugins: - # remove this with IE 11 is no longer supported - - addAttributesToSVGElement: - attributes: - - focusable: false - cleanupAttrs: true - cleanupEnableBackground: true - cleanupIDs: true diff --git a/site/_includes/icons/bootstrap-stack.svg b/site/_includes/icons/bootstrap-stack.svg index 079c881a0f..c22b373838 100644 --- a/site/_includes/icons/bootstrap-stack.svg +++ b/site/_includes/icons/bootstrap-stack.svg @@ -1 +1 @@ -Bootstrap \ No newline at end of file +Bootstrap \ No newline at end of file diff --git a/site/_includes/icons/bootstrap.svg b/site/_includes/icons/bootstrap.svg index ec6da152f1..7dfcf3f86c 100644 --- a/site/_includes/icons/bootstrap.svg +++ b/site/_includes/icons/bootstrap.svg @@ -1 +1 @@ -Bootstrap \ No newline at end of file +Bootstrap \ No newline at end of file diff --git a/site/_includes/icons/download.svg b/site/_includes/icons/download.svg index ef8af76627..4ee80d2168 100644 --- a/site/_includes/icons/download.svg +++ b/site/_includes/icons/download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/site/_includes/icons/github.svg b/site/_includes/icons/github.svg index 0243df5a24..0fc4c3eff4 100644 --- a/site/_includes/icons/github.svg +++ b/site/_includes/icons/github.svg @@ -1 +1 @@ -GitHub \ No newline at end of file +GitHub \ No newline at end of file diff --git a/site/_includes/icons/import.svg b/site/_includes/icons/import.svg index 28563c2be1..3c42c1e406 100644 --- a/site/_includes/icons/import.svg +++ b/site/_includes/icons/import.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/site/_includes/icons/lightning.svg b/site/_includes/icons/lightning.svg index bbcf24a76d..5d5809e135 100644 --- a/site/_includes/icons/lightning.svg +++ b/site/_includes/icons/lightning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/site/_includes/icons/menu.svg b/site/_includes/icons/menu.svg index f6c47035a2..bbba4f87e1 100644 --- a/site/_includes/icons/menu.svg +++ b/site/_includes/icons/menu.svg @@ -1 +1 @@ -Menu \ No newline at end of file +Menu \ No newline at end of file diff --git a/site/_includes/icons/opencollective.svg b/site/_includes/icons/opencollective.svg index 090d41dff1..5c80a9d170 100644 --- a/site/_includes/icons/opencollective.svg +++ b/site/_includes/icons/opencollective.svg @@ -1 +1 @@ -Open Collective \ No newline at end of file +Open Collective \ No newline at end of file diff --git a/site/_includes/icons/placeholder.svg b/site/_includes/icons/placeholder.svg index 36883e82db..c3c74af893 100644 --- a/site/_includes/icons/placeholder.svg +++ b/site/_includes/icons/placeholder.svg @@ -25,7 +25,7 @@ {%- endif -%} {%- capture svg -%} - + {% if title != ' ' %}{{ title }}{% endif %} {% if text != ' ' %}{{ text }}{% endif %} diff --git a/site/_includes/icons/slack.svg b/site/_includes/icons/slack.svg index d6ae455d8e..da05e3613f 100644 --- a/site/_includes/icons/slack.svg +++ b/site/_includes/icons/slack.svg @@ -1 +1 @@ -Slack \ No newline at end of file +Slack \ No newline at end of file diff --git a/site/_includes/icons/twitter.svg b/site/_includes/icons/twitter.svg index 7b838be581..4c2b19150d 100644 --- a/site/_includes/icons/twitter.svg +++ b/site/_includes/icons/twitter.svg @@ -1 +1 @@ -Twitter \ No newline at end of file +Twitter \ No newline at end of file diff --git a/site/docs/4.3/assets/brand/bootstrap-outline.svg b/site/docs/4.3/assets/brand/bootstrap-outline.svg index 6e136ca87b..c7f00ecf34 100644 --- a/site/docs/4.3/assets/brand/bootstrap-outline.svg +++ b/site/docs/4.3/assets/brand/bootstrap-outline.svg @@ -1,4 +1,4 @@ - + Bootstrap diff --git a/site/docs/4.3/assets/brand/bootstrap-punchout.svg b/site/docs/4.3/assets/brand/bootstrap-punchout.svg index 81c20b0d8f..005b7b13ca 100644 --- a/site/docs/4.3/assets/brand/bootstrap-punchout.svg +++ b/site/docs/4.3/assets/brand/bootstrap-punchout.svg @@ -1,4 +1,4 @@ - + Bootstrap diff --git a/site/docs/4.3/assets/brand/bootstrap-solid.svg b/site/docs/4.3/assets/brand/bootstrap-solid.svg index 4eed29bb72..f59babfa50 100644 --- a/site/docs/4.3/assets/brand/bootstrap-solid.svg +++ b/site/docs/4.3/assets/brand/bootstrap-solid.svg @@ -1,4 +1,4 @@ - + Bootstrap diff --git a/site/docs/4.3/examples/album/index.html b/site/docs/4.3/examples/album/index.html index 5d5c3f46e7..6b3a53c315 100644 --- a/site/docs/4.3/examples/album/index.html +++ b/site/docs/4.3/examples/album/index.html @@ -26,7 +26,7 @@ extra_css: "album.css"