Removed deprecated instant loading selector for logo

This commit is contained in:
squidfunk 2021-11-13 09:04:12 +01:00
parent ba6a845a19
commit adcdb2aa52
3 changed files with 1 additions and 37 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -282,7 +282,7 @@ export function setupInstantLoading(
"[data-md-component=announce]",
"[data-md-component=container]",
"[data-md-component=header-topic]",
"[data-md-component=logo], .md-logo", // compat
"[data-md-component=logo]",
"[data-md-component=skip]",
...feature("navigation.tabs.sticky")
? ["[data-md-component=tabs]"]