mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
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:
commit
e870c14201
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue