mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-10 15:12:12 +00:00
fixed visual glitch with button success outline
This commit is contained in:
parent
81c7be1827
commit
6dd4efc34e
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@
|
|||
<td>
|
||||
<div class="btn-group-vertical btn-group-sm" role="group">
|
||||
{% if not isCompleted %}
|
||||
<button type="button" class="btn btn-success{% if not isTopResult %} btn-outline-success{% endif %}"
|
||||
<button type="button" class="btn {% if not isTopResult %} btn-outline-success{% else %}btn-success{% endif %}"
|
||||
data-action="click->bulk-import#quickApply"
|
||||
data-part-id="{{ part.id }}"
|
||||
data-provider-key="{{ dto.provider_key }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue