adds jump-to-slide, press G to activate

This commit is contained in:
hakimel
2023-01-16 11:41:19 +01:00
parent a815c7d269
commit d146c1ddc1
10 changed files with 191 additions and 8 deletions

View File

@ -1796,6 +1796,33 @@ $notesWidthPercent: 25%;
}
/*********************************************
* JUMP-TO-SLIDE COMPONENT
*********************************************/
.reveal .jump-to-slide {
position: absolute;
top: 15px;
left: 15px;
z-index: 30;
transition: all 400ms ease;
font-size: 18px;
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}
.reveal .jump-to-slide-input {
background: transparent;
padding: 8px;
font-size: inherit;
color: currentColor;
border: 1px solid currentColor;
}
.reveal .jump-to-slide-input:focus {
outline: none;
}
/*********************************************
* ZOOM PLUGIN
*********************************************/