1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +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

@@ -4,7 +4,7 @@ title: Buttons
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="arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>
</symbol>