survey-react 1.9.105 → 1.9.107

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/modern.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.105
2
+ * surveyjs - Survey JavaScript library v1.9.107
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -3320,6 +3320,13 @@ sv-popup {
3320
3320
  height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
3321
3321
  }
3322
3322
 
3323
+ .sv-ranking-item--disabled.sv-ranking-item--disabled {
3324
+ cursor: initial;
3325
+ }
3326
+ .sv-ranking-item--disabled.sv-ranking-item--disabled .sv-ranking-item__icon-container.sv-ranking-item__icon-container .sv-ranking-item__icon.sv-ranking-item__icon {
3327
+ visibility: hidden;
3328
+ }
3329
+
3323
3330
  .sv-ranking-item__icon.sv-ranking-item__icon {
3324
3331
  visibility: hidden;
3325
3332
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));