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