Skip to content

Commit

Permalink
Merge pull request #875 from trimble-oss/dev/coliff/remove-unused-toa…
Browse files Browse the repository at this point in the history
…st-styles

Remove unused toast styles
  • Loading branch information
coliff committed Jul 10, 2024
2 parents aeb9ce0 + 493948f commit 9a97984
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
22 changes: 0 additions & 22 deletions content/components/web/toasts/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,42 +64,20 @@ popoverCSSInspector: true
</button>
</div>
</div>

<div class="toast toast-dark show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex align-items-center">
<div class="toast-body">Aww yeah, you read a dark toast.</div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close">
</button>
</div>
</div>
<div class="toast toast-primary show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex align-items-center">
<div class="toast-body">Aww yeah, you read a primary toast.</div>
<button type="button" class="btn-close me-2 m-auto" data-bs-dismiss="toast" aria-label="Close">
</button>
</div>
</div>
<div class="toast toast-secondary show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex align-items-center">
<div class="toast-body">Aww yeah, you read a secondary toast.</div>
<button type="button" class="btn-close me-2 m-auto" data-bs-dismiss="toast" aria-label="Close">
</button>
</div>
</div>
<div class="toast toast-danger show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex align-items-center">
<div class="toast-body">Aww yeah, you read a danger toast.</div>
<button type="button" class="btn-close me-2 m-auto" data-bs-dismiss="alert">
</button>
</div>
</div>
<div class="toast toast-warning show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex align-items-center">
<div class="toast-body">Aww yeah, you read a warning toast.</div>
<button type="button" class="btn-close me-2 m-auto" data-bs-dismiss="alert">
</button>
</div>
</div>
<div class="toast toast-success show mb-3" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex align-items-center">
<div class="toast-body">Aww yeah, you read a success toast.</div>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"bootstrap-print-css": "1.0.1",
"cross-env": "7.0.3",
"htmlhint": "1.1.4",
"hugo-bin": "0.125.0",
"hugo-bin": "0.125.2",
"list.js": "2.3.1",
"npm-run-all": "4.1.5",
"popover-css-inspector": "1.0.0-beta15",
Expand Down

0 comments on commit 9a97984

Please sign in to comment.