Skip to content

Commit

Permalink
feat(showcase): feat set website kitchen-sink "user-select: none" (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guoyuanqiang authored and fisherspy committed Jan 10, 2019
1 parent 02733b4 commit 65ad469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h2>
</div>
</footer>
</div>
<div class="iframe-page-wrapper" *ngIf="!isHomeURL">
<div class="iframe-page-wrapper" style="user-select: none" *ngIf="!isHomeURL">
<div *ngIf="!isKitchenURL" class="demoName"><div class="icon" (click)="navigateToPage(kitchenUrl)"></div>{{demoTitle}}</div>
<router-outlet></router-outlet>
</div>

0 comments on commit 65ad469

Please sign in to comment.