Skip to content

Commit

Permalink
User select
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedorov committed Oct 18, 2024
1 parent 443465e commit e7382b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/js/themes/getStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,14 @@ const getDefaultThemeStyling = theme => {
borderRadius: constants.objectSizeBorderRadius,
fontStyle: constants.objectSizeFontStyle,
margin: constants.objectSizeMargin,
cursor: 'default'
cursor: 'default',
userSelect: 'none',
},
'data-type-label': {
fontSize: constants.dataTypeFontSize,
marginRight: constants.dataTypeMarginRight,
opacity: constants.datatypeOpacity
opacity: constants.datatypeOpacity,
userSelect: 'none',
},
boolean: {
display: 'inline-block',
Expand Down

0 comments on commit e7382b9

Please sign in to comment.