diff options
| author | Julien Déramond <[email protected]> | 2023-05-02 22:57:48 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-05-31 19:28:32 -0700 |
| commit | b5772d4ec27149bb44ed4d4a45667d3452ab3ff9 (patch) | |
| tree | 5ef9627aacddffc21b3c574950d8e22cd7d10947 /site/content/docs/5.3/examples/product/index.html | |
| parent | 1a82228043ee7c9a1227e01f546d55f115e1a422 (diff) | |
| download | bootstrap-b5772d4ec27149bb44ed4d4a45667d3452ab3ff9.tar.xz bootstrap-b5772d4ec27149bb44ed4d4a45667d3452ab3ff9.zip | |
Use `.d-none` instead of inline styling
Diffstat (limited to 'site/content/docs/5.3/examples/product/index.html')
| -rw-r--r-- | site/content/docs/5.3/examples/product/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/product/index.html b/site/content/docs/5.3/examples/product/index.html index a0ae98eb8..0b245bd96 100644 --- a/site/content/docs/5.3/examples/product/index.html +++ b/site/content/docs/5.3/examples/product/index.html @@ -5,7 +5,7 @@ extra_css: - "product.css" --- -<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> +<svg xmlns="http://www.w3.org/2000/svg" class="d-none"> <symbol id="aperture" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="10"/> <path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/> |
