84367: Fix ds-truncatable-part Safari gradient issue

This commit is contained in:
Yura
2021-10-21 10:47:17 +02:00
parent 0ac2fc2168
commit 816af086a4

View File

@@ -19,7 +19,7 @@
min-width: 75px; min-width: 75px;
max-width: 150px; max-width: 150px;
height: $height; 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; pointer-events: none;
} }
} }