Remove complete step button from protocol step and fix step number in Firefox

This commit is contained in:
Mojca Lorber 2020-11-23 10:18:27 +01:00
parent bc5221d4a7
commit c57da3380f
2 changed files with 2 additions and 1 deletions

View file

@ -85,6 +85,7 @@
}
span.step-number {
flex-shrink: 0;
font-size: 16px;
font-weight: bold;
margin: 0 5px 0 10px;

View file

@ -4,7 +4,7 @@
<div class="panel panel-default">
<div class="panel-heading step-heading">
<div class="left-floats">
<% unless import %>
<% if !import && !preview && @protocol.my_module %>
<button data-action="uncomplete-step"
data-link-url="<%= toggle_step_state_step_path(step)%>"
class="btn icon-btn btn-light toggle-step-complete