Skip to content

Commit

Permalink
Merge pull request #539 from destinygg/fix/nsfw-tagging
Browse files Browse the repository at this point in the history
Fix NSFW/NSFL link tagging
  • Loading branch information
11k authored Nov 2, 2024
2 parents 2aad94d + 7193e1f commit a8c4a17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/chat/css/messages/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ $link-color-map: (
&:focus {
color: a.$color-link-hover;
}
}

@each $type, $color in $link-color-map {
.#{$type}-link {
border-style: dashed;
border-width: 1px 0 1px 0;
border-color: transparent transparent $color transparent;
}
@each $type, $color in $link-color-map {
.#{$type}-link {
border-style: dashed;
border-width: 1px 0 1px 0;
border-color: transparent transparent $color transparent;
}
}

Expand Down

0 comments on commit a8c4a17

Please sign in to comment.