Skip to content

Commit

Permalink
add display none to anchors once loaded (#31991)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enriqe authored Jan 15, 2021
1 parent 2f0ac6e commit b204b24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/amp-story-player.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ amp-story-player a:first-of-type {
display: block;
}

amp-story-player a:not(:first-of-type) {
visibility: hidden;
}

amp-story-player.i-amphtml-story-player-loaded a:first-of-type {
amp-story-player.i-amphtml-story-player-loaded a {
display: none;
}

Expand Down

0 comments on commit b204b24

Please sign in to comment.