From 9af24886417fc9408073f1b88599cc10f088c41a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 5 Apr 2022 13:45:39 +0200 Subject: [PATCH] update shared links --- assets/css/app.scss | 6 ++-- templates/editorjs/link.html.twig | 6 ++-- templates/page/links/default.html.twig | 38 ++++++++++++++------------ 3 files changed, 27 insertions(+), 23 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 97bd7fb..a71a6a5 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -324,7 +324,7 @@ pre[class*="language-"] { } } -.content hr { +.content hr, .content .hr { border: 0; border-bottom: 1px dashed $color-hr-border; background: $color-hr-background; @@ -976,14 +976,14 @@ $links: ( } } - .content hr { + .content hr, .content .hr { background: none; } .quick-body, .quick-video .video-ratio, .quick-image img, - .content hr, + .content hr, .content .hr, .ejs-link, .alert { diff --git a/templates/editorjs/link.html.twig b/templates/editorjs/link.html.twig index 5b75e0a..4748add 100644 --- a/templates/editorjs/link.html.twig +++ b/templates/editorjs/link.html.twig @@ -1,12 +1,12 @@ {% block render %}