Skip to content

Commit

Permalink
解决有note 链接不能点击,选中不能使用
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Jul 27, 2014
1 parent 53ac7e9 commit 0023d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/nodeppt2.0.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion assets/scss/nodeppt2.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,9 @@ article.smaller {
background: rgba(0, 0, 0, 0.3);
opacity: 0;
// pointer-events: none;
@include flexbox;
// @include flexbox;
@include flex-center-center;
display:none;
// @include border-radius($slide-border-radius);

@include box-sizing(border-box);
Expand Down Expand Up @@ -848,6 +849,7 @@ article.smaller {
}
.note {
@include transform(translate3d(300px, $slide-height + 100, 0) scale(1.5));

}
}
}
Expand Down Expand Up @@ -913,6 +915,7 @@ article.smaller {
}

.note {
@include display-box();
opacity: 1;
@include transform(translateY(0));
pointer-events: auto; // Allow people to do things like open links embedded in the speaker notes.
Expand Down

0 comments on commit 0023d62

Please sign in to comment.