mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 22:03:35 -04:00
Fixed invalid permalink transition
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
opacity: 0;
|
||||
transition:
|
||||
color 250ms,
|
||||
visibility 0ms 500ms
|
||||
visibility 0ms 500ms,
|
||||
opacity 125ms;
|
||||
|
||||
// Adjust for RTL languages
|
||||
|
||||
Reference in New Issue
Block a user