Skip to content

Commit

Permalink
Get rid of --bs-input-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 12, 2023
1 parent 1286d56 commit 5e6e2a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions site/content/docs/5.3/dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ sitemap_exclude: true
<div style="width: 50px; height: 50px; background-color:var(--bs-gray-tweak)" data-bs-theme="light"></div>
<div style="width: 50px; height: 50px; background-color:var(--bs-gray-tweak)" data-bs-theme="dark"></div>
</div>
<div class="d-flex flex-row gap-2 align-items-center">
<div style="width: 200px">--bs-input-filter</div>
<div style="width: 50px; height: 50px; background-color:var(--bs-input-filter)" data-bs-theme="light"></div>
<div style="width: 50px; height: 50px; background-color:var(--bs-input-filter)" data-bs-theme="dark"></div>
</div>
</div>

## Components
Expand Down

0 comments on commit 5e6e2a8

Please sign in to comment.