removed the hover effect and disable of the start button

This commit is contained in:
Alysia Broddrick 2024-01-17 21:30:23 -04:00
parent 779dfa3709
commit 3ed806c1a1
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -13,22 +13,10 @@
<h1>Manage your domains</h2>
<p class="margin-top-4">
{% if IS_PRODUCTION %}
<a href="javascript:void(0)"
class="usa-button usa-tooltip disabled-link"
data-position="right"
title="Coming in 2024"
aria-disabled="true"
data-tooltip="true"
>
Start a new domain request
</a>
{% else %}
<a href="{% url 'application:' %}" class="usa-button"
>
Start a new domain request
</a>
{% endif %}
</p>
<section class="section--outlined tablet:grid-col-11 desktop:grid-col-10">