#6372: Remove underline style from hyperlinks

This commit is contained in:
checktheroads 2021-05-07 08:56:17 -07:00
parent c777daf6e6
commit 8473820f0c
3 changed files with 7 additions and 1 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -103,6 +103,12 @@ body {
}
}
table {
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
&.table > :not(caption) > * > * {
padding-left: $table-cell-padding-x-sm !important;
padding-right: $table-cell-padding-x-sm !important;