@@ -350,8 +350,7 @@ function styleExtentTexts(selection) {
350
350
selection
351
351
. classed ( c . cn . axisExtentText , true )
352
352
. attr ( 'text-anchor' , 'middle' )
353
- . style ( 'cursor' , 'default' )
354
- . style ( 'user-select' , 'none' ) ;
353
+ . style ( 'cursor' , 'default' ) ;
355
354
}
356
355
357
356
function parcoordsInteractionState ( ) {
@@ -655,8 +654,7 @@ module.exports = function parcoords(gd, cdModule, layout, callbacks) {
655
654
656
655
axis . selectAll ( 'text' )
657
656
. style ( 'text-shadow' , '1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff' )
658
- . style ( 'cursor' , 'default' )
659
- . style ( 'user-select' , 'none' ) ;
657
+ . style ( 'cursor' , 'default' ) ;
660
658
661
659
var axisHeading = axisOverlays . selectAll ( '.' + c . cn . axisHeading )
662
660
. data ( repeat , keyFun ) ;
@@ -673,7 +671,6 @@ module.exports = function parcoords(gd, cdModule, layout, callbacks) {
673
671
. classed ( c . cn . axisTitle , true )
674
672
. attr ( 'text-anchor' , 'middle' )
675
673
. style ( 'cursor' , 'ew-resize' )
676
- . style ( 'user-select' , 'none' )
677
674
. style ( 'pointer-events' , 'auto' ) ;
678
675
679
676
axisTitle
0 commit comments