mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
Additional hover styling
This commit is contained in:
parent
3224d41c33
commit
3b186509c1
3 changed files with 8 additions and 2 deletions
|
@ -27,11 +27,16 @@ a.usa-button {
|
|||
}
|
||||
|
||||
a.usa-button.disabled-link {
|
||||
pointer-events: none !important;
|
||||
cursor: default !important;
|
||||
background-color: #ccc !important;
|
||||
}
|
||||
|
||||
a.usa-button.disabled-domain-request-link:hover {
|
||||
color: #ccc !important;
|
||||
cursor: not-allowed !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
|
||||
color: color('white');
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ from django.shortcuts import render
|
|||
from registrar.models import DomainApplication
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
def index(request):
|
||||
"""This page is available to anyone without logging in."""
|
||||
context = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue