mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-20 13:31:55 +02:00
'no notes on this slide' placeholder
This commit is contained in:
@@ -1612,6 +1612,15 @@ $controlsArrowAngleActive: 36deg;
|
||||
font-family: Helvetica, sans-serif;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
.notes-placeholder {
|
||||
color: #ccc;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: 'Speaker notes';
|
||||
display: block;
|
||||
@@ -1620,6 +1629,7 @@ $controlsArrowAngleActive: 36deg;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.reveal.show-notes {
|
||||
max-width: 75vw;
|
||||
overflow: visible;
|
||||
|
Reference in New Issue
Block a user