Merge pull request #8213 from netchampfaris/msgprint-anchor-tags

fix: Underline anchor tags in msgprint
This commit is contained in:
mergify[bot] 2019-08-21 08:11:46 +00:00 committed by GitHub
commit 5c24a25d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,6 +161,10 @@ a.badge-hover& {
pre {
text-align: left;
}
a:not(.btn) {
text-decoration: underline;
}
}
.centered {
@ -331,4 +335,4 @@ a.no-decoration& {
.popover-title {
display: none;
}
}