mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 20:23:16 +08:00
Fix clear button style in dashboard filter [SCI-7607]
This commit is contained in:
parent
e4d5732967
commit
226a89e8bf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
data-placeholder="<%= t("dashboard.current_tasks.filter.select_experiment") %>"></select>
|
||||
</div>
|
||||
<div class="footer center">
|
||||
<div class="btn btn-light clear-button"><%= t("dashboard.current_tasks.filter.clear") %></div>
|
||||
<div class="btn btn-secondary clear-button"><%= t("dashboard.current_tasks.filter.clear") %></div>
|
||||
<div class="btn btn-primary apply-filters"><%= t("dashboard.current_tasks.filter.show_results") %></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue