From 41722c8e07a6802f389394f517d992fddd1be6e7 Mon Sep 17 00:00:00 2001 From: ihor-romaniuk Date: Tue, 7 Nov 2023 16:18:31 +0200 Subject: [PATCH] fix: decoration of see all children link in wiki pages --- lms/static/sass/course/wiki/_wiki.scss | 2 +- lms/templates/wiki/article.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/course/wiki/_wiki.scss b/lms/static/sass/course/wiki/_wiki.scss index b3023af1d7bb..c896ff391868 100644 --- a/lms/static/sass/course/wiki/_wiki.scss +++ b/lms/static/sass/course/wiki/_wiki.scss @@ -262,9 +262,9 @@ a { display: block; padding: 2px 4px 2px 10px; - border-radius: 3px; font-size: 0.9em; line-height: 25px; + border-left: 1px solid $m-blue; &:hover, &:focus { diff --git a/lms/templates/wiki/article.html b/lms/templates/wiki/article.html index 542512c762d0..1a38d01aeb6d 100644 --- a/lms/templates/wiki/article.html +++ b/lms/templates/wiki/article.html @@ -33,7 +33,7 @@

{{ article.current_revision.title }}

{% if urlpath %}
- {% trans "See all children" as tmsg %} | {{ tmsg | force_escape}} + {% trans "See all children" as tmsg %} {{ tmsg | force_escape}}
{% endif %}