mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Merge pull request #277 from MatMercer/pointerevents
Fix truncated text being difficult to select
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
height: $height;
|
height: $height;
|
||||||
background: linear-gradient(to right, rgba(255, 255, 255, 0), $body-bg 70%);
|
background: linear-gradient(to right, rgba(255, 255, 255, 0), $body-bg 70%);
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -60,4 +61,4 @@ $h4-factor: strip-unit($h4-font-size);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user