Skip to content

Commit

Permalink
Add tags-heading-none selector to hide tags heading in loop heroes
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Sep 15, 2023
1 parent 07ec79f commit 3ccb2c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scss/bootscore/_loop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Loop
}

// Hide "Tagged" in loop
.card .tags-heading {
display: none;
.card,
.tags-heading-none {
.tags-heading {
display: none;
}
}

0 comments on commit 3ccb2c1

Please sign in to comment.