mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 13:06:30 +02:00
Fix SCSS to allow hover and cursor
This commit is contained in:
parent
14d77c676a
commit
0fc19aa741
4 changed files with 10 additions and 7 deletions
|
@ -512,6 +512,12 @@ input[type=submit].button--dja-toolbar:focus, input[type=submit].button--dja-too
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
|
line-height: 20px;
|
||||||
|
&:focus, &:hover{
|
||||||
|
background: var(--object-tools-hover-bg) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.module--custom {
|
.module--custom {
|
||||||
|
|
|
@ -22,10 +22,7 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="cancel_invitation" value="true">
|
<input type="hidden" name="cancel_invitation" value="true">
|
||||||
<button type="submit" class="usa-button--dja">
|
<button type="submit" class="usa-button--dja">
|
||||||
<svg class="usa-icon">
|
Cancel invitation
|
||||||
<use xlink:href="{% static 'img/sprite.svg' %}#cancel"></use>
|
|
||||||
</svg>
|
|
||||||
<span>{% translate "Cancel invitation" %}</span>
|
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -496,7 +496,7 @@ class TestDomainInformationInline(MockEppLib):
|
||||||
self.assertIn("poopy@gov.gov", domain_managers)
|
self.assertIn("poopy@gov.gov", domain_managers)
|
||||||
|
|
||||||
|
|
||||||
class DomainInvitationAdminTest(TestCase):
|
class TestDomainInvitationAdmin(TestCase):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue