Update domain_users.html

This commit is contained in:
zandercymatics 2024-01-31 08:22:38 -07:00
parent 658e1f4c7d
commit 27c08b8652
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -82,15 +82,14 @@
</div> </div>
{% endif %} {% endif %}
{% else %} {% else %}
<a <input
class="usa-button--unstyled disabled-link usa-tooltip text-no-underline " type="submit"
class="usa-button--unstyled text-no-underline disabled-link usa-tooltip"
value="Remove"
data-position="bottom" data-position="bottom"
title="Domains must have at least one domain manager" title="Domains must have at least one domain manager"
aria-disabled="true" aria-disabled="true"
data-tooltip="true" data-tooltip="true">
>
Remove
</a>
{% endif %} {% endif %}
</td> </td>
</tr> </tr>