#6372: Remove underline style from hyperlinks
This commit is contained in:
parent
c777daf6e6
commit
8473820f0c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue