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 8385864 commit 7272969Copy full SHA for 7272969
_includes/elements/dropdown.html
@@ -1,5 +1,5 @@
1
<span class="{{ include.menu_class }}">
2
- <button class="btn btn-secondary dropdown-toggle" type="button" id="{{ include.id }}" data-bs-toggle="dropdown" aria-expanded="false" style="padding: 0.125rem 0.3rem; background: linear-gradient(to right, rgba(131, 131, 131, 0.9), rgba(153, 153, 153, 0.9));">
+ <button class="btn btn-secondary dropdown-toggle" type="button" id="{{ include.id }}" data-bs-toggle="dropdown" aria-expanded="false" style="padding: 0.125rem 0.3rem 0.125rem 0.3rem; background: linear-gradient(to right, rgba(131, 131, 131, 0.9), rgba(153, 153, 153, 0.9));">
3
{{ include.label }}
4
</button>
5
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="{{ include.id }}">
0 commit comments