diff --git a/less/navigationBar.less b/less/navigationBar.less index c6be3fddc0..67abf9ae2c 100644 --- a/less/navigationBar.less +++ b/less/navigationBar.less @@ -723,7 +723,10 @@ } &:not(.titleMode) { - > * { + + // Animate all direct descendants except for the bookmark bar + // PR #6382 + > *:not(.bookmarkHanger) { animation: fadeIn .6s; opacity: 0; animation-fill-mode: forwards;