From b52d599cbd9e87abef44b52c285bd4c03bed5b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 31 Mar 2021 13:28:17 +0200 Subject: [PATCH] Fixing tiny detail on styles on gallery preview of content of checkboxes --- webapp/src/components/gallery/galleryCard.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp/src/components/gallery/galleryCard.scss b/webapp/src/components/gallery/galleryCard.scss index 23b0820e4..47100d41e 100644 --- a/webapp/src/components/gallery/galleryCard.scss +++ b/webapp/src/components/gallery/galleryCard.scss @@ -21,6 +21,12 @@ opacity: 0.7; max-height: 160px; min-height: 160px; + + .CheckboxElement { + .Editable { + background: transparent; + } + } } .gallery-image {