survey-react 1.12.35 → 1.12.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/defaultV2.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.35
2
+ * surveyjs - Survey JavaScript library v1.12.37
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -2846,10 +2846,6 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2846
2846
 
2847
2847
  .sd-input--disabled {
2848
2848
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
2849
- -webkit-user-select: none;
2850
- -moz-user-select: none;
2851
- -ms-user-select: none;
2852
- user-select: none;
2853
2849
  }
2854
2850
 
2855
2851
  .sd-input--readonly {