diff options
| author | Christian Oliff <[email protected]> | 2020-11-17 23:53:50 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-17 16:53:50 +0200 |
| commit | 5cda50e5bd9ca79fc619883ecdfb0db9909fff41 (patch) | |
| tree | 5ad303600e7e1b857b662fc1d03ce08d27e0ecf1 | |
| parent | 9f211231b066dc02435e0bc64ce74b537216e8c0 (diff) | |
| download | bootstrap-5cda50e5bd9ca79fc619883ecdfb0db9909fff41.tar.xz bootstrap-5cda50e5bd9ca79fc619883ecdfb0db9909fff41.zip | |
Fix the marker SVG color to match the button (#32174)
| -rw-r--r-- | site/content/docs/5.0/utilities/position.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/utilities/position.md b/site/content/docs/5.0/utilities/position.md index 90874ba9e..094181981 100644 --- a/site/content/docs/5.0/utilities/position.md +++ b/site/content/docs/5.0/utilities/position.md @@ -78,7 +78,7 @@ Here are some real life examples of these classes: </button> <button type="button" class="btn btn-dark position-relative"> - Marker <svg width="1em" height="1em" viewBox="0 0 16 16" class="position-absolute top-100 left-50 translate-middle mt-1 bi bi-caret-down-fill" fill="#343a40" xmlns="http://www.w3.org/2000/svg"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg> + Marker <svg width="1em" height="1em" viewBox="0 0 16 16" class="position-absolute top-100 left-50 translate-middle mt-1 bi bi-caret-down-fill" fill="#212529" xmlns="http://www.w3.org/2000/svg"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg> </button> <button type="button" class="btn btn-primary position-relative"> |
