mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-28 08:42:47 -04:00
Merge commit from fork
This commit is contained in:
@@ -113,10 +113,7 @@ export function mountSearchSuggest(
|
||||
return words
|
||||
})
|
||||
)
|
||||
.subscribe(words => el.innerHTML = words
|
||||
.join("")
|
||||
.replace(/\s/g, " ")
|
||||
)
|
||||
.subscribe(words => el.textContent = words.join(""))
|
||||
|
||||
/* Set up search keyboard handlers */
|
||||
keyboard$
|
||||
|
||||
@@ -395,7 +395,7 @@
|
||||
padding-inline: px2rem(72px) px2rem(44px);
|
||||
font-size: px2rem(18px);
|
||||
color: var(--md-default-fg-color--lighter);
|
||||
white-space: nowrap;
|
||||
white-space: pre;
|
||||
opacity: 0;
|
||||
transition: opacity 50ms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user