mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
jump-to-slide is 1-indexed, falls back on word search
This commit is contained in:
parent
b648a56009
commit
efcc86273b
8 changed files with 43 additions and 10 deletions
|
|
@ -1816,6 +1816,11 @@ $notesWidthPercent: 25%;
|
|||
color: currentColor;
|
||||
border: 0;
|
||||
}
|
||||
.reveal .jump-to-slide-input::placeholder {
|
||||
color: currentColor;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.reveal.has-dark-background .jump-to-slide-input {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue