Disable-ish shift click text selection
This commit is contained in:
parent
baad3e1dac
commit
c19636567f
@ -1,4 +1,4 @@
|
||||
<div class="display-contents">
|
||||
<div class="display-contents noselect">
|
||||
<cdk-virtual-scroll-viewport
|
||||
[class.no-data]="listingComponent.noContent$ | async"
|
||||
[itemSize]="itemSize"
|
||||
|
||||
@ -3,6 +3,11 @@
|
||||
:host::ng-deep {
|
||||
display: contents;
|
||||
|
||||
// workaround for firefox, user-select: none not working for some reason. needed for shift click selection
|
||||
::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
> *:not(.selection-column):not(.scrollbar-placeholder) {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user