From af3caf9be1509b2a0716dea386427d5053b0dd05 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 16 Oct 2023 15:24:18 +0200 Subject: [PATCH] Fix stylelint nit --- app/assets/stylesheets/components/_inbox-entry.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/_inbox-entry.scss b/app/assets/stylesheets/components/_inbox-entry.scss index b10ee20b..3583a3f3 100644 --- a/app/assets/stylesheets/components/_inbox-entry.scss +++ b/app/assets/stylesheets/components/_inbox-entry.scss @@ -59,6 +59,7 @@ } body:not(.cap-web-share) { + [data-controller="share"] { display: none; }