1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02:00

Remove focusable="false" from SVGs.

This commit is contained in:
XhmikosR
2019-02-19 16:46:56 +02:00
parent 089e3334a7
commit 2b8eebb4b8
18 changed files with 18 additions and 22 deletions

View File

@@ -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