Fix issue

This commit is contained in:
zandercymatics 2023-11-03 14:45:08 -06:00
parent e1d85c15ca
commit a035d06569
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 14 additions and 6 deletions

View file

@ -31,16 +31,13 @@ a.usa-button.disabled-link {
}
a.usa-button.disabled-link:hover {
color: #ccc !important;
background-color: #ccc !important;
cursor: not-allowed !important;
text-decoration: none !important;
}
a.usa-button.disabled-link:focus {
color: #ccc !important;
background-color: #ccc !important;
cursor: not-allowed !important;
text-decoration: none !important;
outline: none !important;
}

View file

@ -14,7 +14,7 @@
<p class="margin-top-4">
{% if is_production %}
<a href="event.stopPropagation();"
<a href="javascript:void(0)"
class="usa-button usa-tooltip disabled-link"
data-position="right"
title="Coming in 2024"