fix outline btn style (remove underline) when anchor emlement)

This commit is contained in:
Rachid Mrad 2023-10-24 16:29:54 -04:00
parent 15f656b77a
commit e78e95df0d
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -22,8 +22,11 @@ a.breadcrumb__back {
}
}
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
a.usa-button {
text-decoration: none;
}
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
color: color('white');
}
@ -111,15 +114,3 @@ a.usa-button--unstyled:visited {
margin-left: units(2);
}
}
// WARNING: crazy hack ahead:
// Cancel button(s) on the DNSSEC form pages
// We want to position the cancel button on the
// dnssec forms next to the submit button
// This button's markup is in its own form
.btn-cancel {
position: relative;
top: -39.2px;
left: 88px;
}