1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Use .d-none instead of inline styling

This commit is contained in:
Julien Déramond
2023-05-02 22:57:48 +02:00
committed by Mark Otto
parent 1a82228043
commit b5772d4ec2
21 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ extra_css:
- "blog.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"/>