From 816af086a4194fc1c399b8f23199e251dd53a600 Mon Sep 17 00:00:00 2001 From: Yura Date: Thu, 21 Oct 2021 10:47:17 +0200 Subject: [PATCH] 84367: Fix ds-truncatable-part Safari gradient issue --- src/styles/_truncatable-part.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_truncatable-part.component.scss b/src/styles/_truncatable-part.component.scss index 59e6fd08a6..d9158a6751 100644 --- a/src/styles/_truncatable-part.component.scss +++ b/src/styles/_truncatable-part.component.scss @@ -19,7 +19,7 @@ min-width: 75px; max-width: 150px; height: $height; - background: linear-gradient(to right, rgba(255, 255, 255, 0), $bg 70%); + background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba($bg, 1) 70%); pointer-events: none; } }