Merge pull request #8213 from netchampfaris/msgprint-anchor-tags
fix: Underline anchor tags in msgprint
This commit is contained in:
commit
5c24a25d12
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue