Do not use highlighting for custom styles form buttons

pull/5178/head
Wieland Lindenthal 8 years ago committed by Oliver Günther
parent 6a01ff8113
commit b77d8bfb1f
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      app/views/custom_styles/show.html.erb

@ -61,7 +61,7 @@ See doc/COPYRIGHT.rdoc for more details.
</div>
</div>
<%= styled_button_tag l(@custom_style.logo.present? ? :button_replace : :button_upload), class: "button -alt-highlight #{@custom_style.logo.blank? ? '-with-icon icon-add' : ''}" %>
<%= styled_button_tag l(@custom_style.logo.present? ? :button_replace : :button_upload), class: "button #{@custom_style.logo.blank? ? '-with-icon icon-add' : ''}" %>
</fieldset>
</section>

Loading…
Cancel
Save