Skip to content

Commit

Permalink
fix: removed underline of links in attribute cards (#8153)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Mar 6, 2023
1 parent d7a716d commit 8534532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_off.scss
Original file line number Diff line number Diff line change
Expand Up @@ -927,11 +927,11 @@ html[dir="rtl"] {

a.attribute_card {
color: $body-font-color;
text-decoration: none;
text-decoration: none !important;
}

a.attribute_card:hover {
text-decoration: none;
text-decoration: none !important;
}

// Knowledge panels
Expand Down

0 comments on commit 8534532

Please sign in to comment.