enable pointer events for element that has new classname in newer versions of mkdocs-material
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fix bug that caused next and previous links not to work with certain versions of mkdocs-material
|
||||
@@ -108,7 +108,7 @@ export default ({ theme, sidebar }: RuleOptions) => `
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.md-footer-nav__link {
|
||||
.md-footer-nav__link, .md-footer__link {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user