From 36b44bc2e3628703e727a1881228cf604f78684a Mon Sep 17 00:00:00 2001 From: abertin78 <117827181+abertin78@users.noreply.github.com> Date: Tue, 28 Feb 2023 08:48:11 +0100 Subject: [PATCH] Modification de l'apparence des sommaires des billets #6176 (#6458) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Modification de l'apparence des sommaires des billets #6176 * Rectification apparence page des billets * déplacement de ligne de code --------- Co-authored-by: Alexandre Bertin Co-authored-by: Situphen --- assets/scss/layout/_sidebar.scss | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/assets/scss/layout/_sidebar.scss b/assets/scss/layout/_sidebar.scss index 435c5ecbbc..f776293042 100644 --- a/assets/scss/layout/_sidebar.scss +++ b/assets/scss/layout/_sidebar.scss @@ -84,7 +84,8 @@ } h4 { - padding-top: $length-20; + padding-top: $length-16; + padding-bottom: $length-4; font-size: $font-size-8; a { @@ -93,10 +94,16 @@ } } - &.accordeon h4 { + &.accordeon h4, + &.summary h4 { cursor: pointer; - } + border-bottom: $length-1 solid $grey-100; + &:hover, &:focus { + background: $color-sidebar-hover; + } + } + h4[data-num] { position: relative; padding-left: calc(5% + #{$length-24}); @@ -455,8 +462,6 @@ padding-bottom: $length-6; padding-right: $length-16; - border-bottom: $length-1 solid $grey-000; - overflow: hidden; text-overflow: ellipsis; white-space: nowrap;