mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Fix issue
This commit is contained in:
parent
e1d85c15ca
commit
a035d06569
3 changed files with 14 additions and 6 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -171,3 +171,14 @@ node_modules
|
|||
|
||||
# Compliance/trestle related
|
||||
docs/compliance/.trestle/cache
|
||||
src/migrationdata/20231009.agency.adhoc.dotgov.txt
|
||||
src/migrationdata/20231009.authority.adhoc.dotgov.txt
|
||||
src/migrationdata/20231009.domainadditionaldatalink.adhoc.dotgov.txt
|
||||
src/migrationdata/20231009.domaindocumentdatalink.adhoc.dotgov.txt
|
||||
src/migrationdata/20231009.domaintypes.adhoc.dotgov.txt
|
||||
src/migrationdata/20231009.organization.adhoc.dotgov.txt
|
||||
src/migrationdata/escrow_contacts.daily.dotgov.GOV.txt
|
||||
src/migrationdata/escrow_domain_contacts.daily.dotgov.GOV.txt
|
||||
src/migrationdata/escrow_domain_statuses.daily.dotgov.GOV.txt
|
||||
src/migrationdata/escrow_domains.daily.dotgov.GOV.txt
|
||||
src/migrationdata/scriptstuff.tar.gz
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue