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/list-groups | |
| 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/list-groups')
| -rw-r--r-- | site/content/docs/5.3/examples/list-groups/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/list-groups/index.html b/site/content/docs/5.3/examples/list-groups/index.html index 1a6e5e8d2..9411442da 100644 --- a/site/content/docs/5.3/examples/list-groups/index.html +++ b/site/content/docs/5.3/examples/list-groups/index.html @@ -6,7 +6,7 @@ extra_css: body_class: "" --- -<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> +<svg xmlns="http://www.w3.org/2000/svg" class="d-none"> <symbol id="calendar-event" viewBox="0 0 16 16"> <path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/> |
