mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Additional styles
This commit is contained in:
parent
3b186509c1
commit
e1d85c15ca
2 changed files with 10 additions and 3 deletions
|
@ -27,14 +27,21 @@ a.usa-button {
|
|||
}
|
||||
|
||||
a.usa-button.disabled-link {
|
||||
cursor: default !important;
|
||||
background-color: #ccc !important;
|
||||
}
|
||||
|
||||
a.usa-button.disabled-domain-request-link:hover {
|
||||
a.usa-button.disabled-link:hover {
|
||||
color: #ccc !important;
|
||||
cursor: not-allowed !important;
|
||||
text-decoration: none !important;
|
||||
|
||||
}
|
||||
|
||||
a.usa-button.disabled-link:focus {
|
||||
color: #ccc !important;
|
||||
cursor: not-allowed !important;
|
||||
text-decoration: none !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<p class="margin-top-4">
|
||||
{% if is_production %}
|
||||
<a href="{% url 'application:' %}"
|
||||
<a href="event.stopPropagation();"
|
||||
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