diff --git a/app/assets/stylesheets/contrib/RonRonnement-Classic.scss b/app/assets/stylesheets/contrib/RonRonnement-Classic.scss index 2551d08c5..8168c9d36 100644 --- a/app/assets/stylesheets/contrib/RonRonnement-Classic.scss +++ b/app/assets/stylesheets/contrib/RonRonnement-Classic.scss @@ -2091,9 +2091,6 @@ img { .node footer.actions .action .button_to { display: none; } - li.comment > h2 > a.title { - pointer-events: none; - } li.comment > ul { margin-left: 0.5em; } diff --git a/app/assets/stylesheets/responsive/m.scss b/app/assets/stylesheets/responsive/m.scss index 259553656..5de13afa9 100644 --- a/app/assets/stylesheets/responsive/m.scss +++ b/app/assets/stylesheets/responsive/m.scss @@ -210,9 +210,6 @@ .node footer.actions .action .button_to { display: none; } - li.comment > h2 > a.title { - pointer-events: none; - } li.comment > ul { margin-left: 0.5em; }