Skip to content

Commit

Permalink
Change ancestor selector to child selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ychsieh committed Oct 7, 2024
1 parent cb7f048 commit 9cfd03c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/amp-story-player-shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@
}

.i-amphtml-story-player-full-bleed-story .i-amphtml-story-player-panel-prev,
.i-amphtml-story-player-full-bleed-story .i-amphtml-story-player-panel-next {
.i-amphtml-story-player-full-bleed-story .i-amphtml-story-player-panel-next,
:not(.i-amphtml-story-player-panel) > .i-amphtml-story-player-panel-prev,
:not(.i-amphtml-story-player-panel) > .i-amphtml-story-player-panel-next {
opacity: 0;
pointer-events: none;
}
Expand Down

0 comments on commit 9cfd03c

Please sign in to comment.