fix: Underline anchor tags in msgprint

This commit is contained in:
Faris Ansari 2019-08-20 18:37:42 +05:30
parent 87074ae149
commit e3f0f62448

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;
}
}