mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
portico: Remove bootstrap-btn.css dependency from portico.
This commit removes the final vestiges of `bootstrap-btn.css` from portico, allowing us to move `bootstrap-btn.css` from `common.ts` bundle to just `app.ts` bundle.
This commit is contained in:
@@ -95,8 +95,8 @@
|
||||
</div>
|
||||
<textarea id="fixture_body"></textarea>
|
||||
<div class="buttons">
|
||||
<button id="send_all_fixtures_button" class="bootstrap-btn">Send all</button>
|
||||
<button id="send_fixture_button" class="bootstrap-btn">Send!</button>
|
||||
<button id="send_all_fixtures_button">Send all</button>
|
||||
<button id="send_fixture_button">Send!</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col1">
|
||||
|
||||
Reference in New Issue
Block a user