Merge pull request #2138 from cisagov/za/2087-inconsistent-copy-email-color

(on getgov-za) Ticket #2087: Fix inconsistent styling on table copy email button
This commit is contained in:
zandercymatics 2024-05-06 13:59:47 -06:00 committed by GitHub
commit e870c14201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -395,7 +395,6 @@ details.dja-detail-table {
border-top: none;
border-bottom: none;
}
}
@ -643,13 +642,16 @@ address.dja-address-contact-list {
display: inline-flex;
padding-top: 4px;
line-height: 14px;
color: var(--link-fg);
width: max-content;
font-size: unset;
text-decoration: none !important;
}
}
button.usa-button__clipboard {
color: var(--link-fg);
}
.no-outline-on-click:focus {
outline: none !important;
}