bs5: fix underline weirdness

This commit is contained in:
Michael Shamoon
2022-02-19 21:39:02 -08:00
parent 3a652a8941
commit fd58096112
2 changed files with 13 additions and 3 deletions

View File

@@ -116,3 +116,14 @@ body {
.ngx-file-drop__drop-zone--over {
background-color: $primaryFaded !important;
}
a.badge {
text-decoration: none;
}
.btn-link {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}