Skip to content

Commit

Permalink
Merge pull request #41 from atilacamurca/hide-summary-marker
Browse files Browse the repository at this point in the history
Escondendo seta nativa do `summary`
  • Loading branch information
atilacamurca authored Mar 22, 2021
2 parents c89843d + d8b9879 commit d9541a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ details.details {
}
}

summary::-webkit-details-marker {
summary::-webkit-details-marker, summary::marker {
display: none;
color: transparent;
}
}
4 changes: 4 additions & 0 deletions src/components/MainFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold border-bottom pb-3">Temporadas</h6>
<p>
<a href="https://agregador-fc-2020.netlify.app/"
target="_blank" rel="noopener noreferrer" class="text-white">2020</a>
</p>
<p>
<a href="https://agregador-fc-2019.netlify.app/"
target="_blank" rel="noopener noreferrer" class="text-white">2019</a>
Expand Down

0 comments on commit d9541a8

Please sign in to comment.