Fixed hide of 2nd breadcrumbs in mobile version
authorMarcel Werk <burntime@woltlab.com>
Thu, 3 Jul 2014 16:41:15 +0000 (18:41 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 3 Jul 2014 16:41:15 +0000 (18:41 +0200)
wcfsetup/install/files/style/layout.less

index e30881167ad7902fd98591ead413a6a9a5fc082b..ab61de5317deb227ae6c8922d12b00bb3bed714a 100644 (file)
@@ -1337,7 +1337,8 @@ html[dir="rtl"] {
                        }
                }
                
-               &:not(:first-child) {
+               /* hide second breadcrumbs */
+               ~ .breadcrumbs {
                        display: none;
                }
        }