We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fede0 commit bd9424dCopy full SHA for bd9424d
app/views/better_together/pages/_form.html.erb
@@ -139,7 +139,7 @@
139
<div class="accordion accordion-flush my-3" id="new-page-block-choices">
140
<div class="accordion-item">
141
<h2 class="accordion-header" id="add-block-heading">
142
- <button class="accordion-button collapsed btn btn-success" type="button" data-bs-toggle="collapse" data-bs-target="#available-block-types" aria-expanded="false" aria-controls="available-block-types">
+ <button class="accordion-button collapsed bg-secondary btn btn-success" type="button" data-bs-toggle="collapse" data-bs-target="#available-block-types" aria-expanded="false" aria-controls="available-block-types">
143
Add Block
144
</button>
145
</h2>
0 commit comments