Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat: don't print background slot
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 27, 2019
1 parent 91d41a3 commit e3ffd2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/deck/deckdeckgo-deck/deckdeckgo-deck.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ div.deckgo-pager {
display: initial;
position: initial;
}

::slotted([slot="background"]) {
display: none;
}
}

0 comments on commit e3ffd2a

Please sign in to comment.