From 5926386d4f087d2b40fd706d496309d1afbd2040 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Fri, 23 Dec 2022 05:07:07 +0100 Subject: [PATCH] FIX: Workaround a bug in the R2 gem (#19602) --- app/assets/stylesheets/common/components/hashtag.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/hashtag.scss b/app/assets/stylesheets/common/components/hashtag.scss index fa01b928a10..f02d7f2ed78 100644 --- a/app/assets/stylesheets/common/components/hashtag.scss +++ b/app/assets/stylesheets/common/components/hashtag.scss @@ -55,7 +55,7 @@ a.hashtag-cooked { background: linear-gradient( to bottom, rgba(var(--secondary-rgb), 0), - rgba(var(--secondary-rgb), 100%) + rgba(var(--secondary-rgb), 1) ); } }