diff options
| author | Louis-Maxime Piton <[email protected]> | 2022-05-24 19:39:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-24 10:39:57 -0700 |
| commit | dea14df8ca9dffbaa77168fa7bdac853364d52c5 (patch) | |
| tree | b7f6dff439a7e12d940b10aa929c3e2b2e17d3ad /site/assets/js/code-examples.js | |
| parent | afef596f2019ba8a8d2f28153281afd2d8d39367 (diff) | |
| download | bootstrap-dea14df8ca9dffbaa77168fa7bdac853364d52c5.tar.xz bootstrap-dea14df8ca9dffbaa77168fa7bdac853364d52c5.zip | |
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/code-examples.js')
| -rw-r--r-- | site/assets/js/code-examples.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/js/code-examples.js b/site/assets/js/code-examples.js index 4a61fa09b..25486c2fe 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>' |
