mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
84367: Fix ds-truncatable-part Safari gradient issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user