mirror of https://github.com/zulip/zulip.git
right-sidebar: Update feedback button styling.
This updates the styling of the feedback button to utilize the new button component class `.button` rather than the old bootstrap `.btn` class.
This commit is contained in:
parent
fabf0f53c4
commit
3aea2c4db0
|
@ -1,8 +1,8 @@
|
||||||
<div class="right-sidebar" id="right-sidebar">
|
<div class="right-sidebar" id="right-sidebar">
|
||||||
<div class="sidebar-items">
|
<div class="sidebar-items">
|
||||||
{% if enable_feedback %}
|
{% if enable_feedback %}
|
||||||
<div id="feedback_section">
|
<div id="feedback_section" class="new-style">
|
||||||
<button type="button" class="btn btn-default btn-large" id="feedback_button">
|
<button type="button" class="button small rounded" id="feedback_button">
|
||||||
<i class="icon-vector-comment"></i> {{ _('Send feedback') }}
|
<i class="icon-vector-comment"></i> {{ _('Send feedback') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue