Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Maxime Piton <louismaxime.piton@orange.com>2022-05-24 20:39:57 +0300
committerGitHub <noreply@github.com>2022-05-24 20:39:57 +0300
commitdea14df8ca9dffbaa77168fa7bdac853364d52c5 (patch)
treeb7f6dff439a7e12d940b10aa929c3e2b2e17d3ad /site/assets/js
parentafef596f2019ba8a8d2f28153281afd2d8d39367 (diff)
CSS: doc fixes (#36425)
* Remove unused attributes * Use utilities rather than using new CSS * Removed unused class * Change StackBlitz icon `aria-label` + small inconsistency
Diffstat (limited to 'site/assets/js')
-rw-r--r--site/assets/js/code-examples.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/js/code-examples.js b/site/assets/js/code-examples.js
index 4a61fa09b7..25486c2fe7 100644
--- a/site/assets/js/code-examples.js
+++ b/site/assets/js/code-examples.js
@@ -22,7 +22,7 @@
'<div class="bd-code-snippet">',
' <div class="bd-clipboard">',
' <button type="button" class="btn-clipboard">',
- ' <svg class="bi" width="1em" height="1em" fill="currentColor" role="img" aria-label="Copy"><use xlink:href="#clipboard"/></svg>',
+ ' <svg class="bi" role="img" aria-label="Copy"><use xlink:href="#clipboard"/></svg>',
' </button>',
' </div>',
'</div>'