Fix styling

This commit is contained in:
zandercymatics 2024-05-06 11:06:54 -06:00
parent 2467e09bcc
commit 61ee55f5fd
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

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