From d0d6902a724877cabba231e9a59d6f22c68ed52a Mon Sep 17 00:00:00 2001 From: Brendan Heywood Date: Tue, 24 May 2016 13:06:30 +1000 Subject: [PATCH] MDL-54675 forum: Fixed bug with multiple adjacent hash anchors --- mod/forum/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/styles.css b/mod/forum/styles.css index fa84a82078337..f6fbd54ade9cd 100644 --- a/mod/forum/styles.css +++ b/mod/forum/styles.css @@ -121,7 +121,7 @@ span.unread { } /* Forumpost hash anchor target */ -.path-mod-forum :target + :before { +.path-mod-forum :target ~ .forumpost:before { display: block; content: ''; width: 4px;