From 98b0a13d2eb5a398df2eadb6f9189cdc46af9dd5 Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 21 Nov 2024 14:48:23 +0100 Subject: [PATCH] Lightbox: Added Button to jump to current image within the conversation --- stylesheets/components/Lightbox.scss | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/stylesheets/components/Lightbox.scss b/stylesheets/components/Lightbox.scss index 90834b93db..eb0ef68a53 100644 --- a/stylesheets/components/Lightbox.scss +++ b/stylesheets/components/Lightbox.scss @@ -55,7 +55,6 @@ &__thumbnail { @include mixins.button-reset; - & { position: relative; border-radius: 6px; @@ -88,7 +87,6 @@ '../images/image.svg', variables.$color-gray-25 ); - & { height: 100%; width: 100%; @@ -137,7 +135,6 @@ &__unsupported { @include mixins.button-reset; - & { flex-grow: 1; height: 100%; @@ -298,7 +295,6 @@ &__button { @include mixins.button-reset; - & { border-radius: 4px; display: inline-block; @@ -326,8 +322,8 @@ &--forward { &::before { @include mixins.color-svg( - '../images/icons/v3/forward/forward.svg', - variables.$color-gray-15 + '../images/icons/v3/forward/forward.svg', + variables.$color-gray-15 ); } } @@ -335,8 +331,8 @@ &--save { &::before { @include mixins.color-svg( - '../images/icons/v3/save/save.svg', - variables.$color-gray-15 + '../images/icons/v3/save/save.svg', + variables.$color-gray-15 ); } } @@ -344,8 +340,8 @@ &--jump { &::before { @include mixins.color-svg( - '../images/icons/v3/chat/chat.svg', - variables.$color-gray-15 + '../images/icons/v3/chat/chat.svg', + variables.$color-gray-15 ); } } @@ -384,7 +380,6 @@ } outline: none; - &:focus { outline: none; }