@react-form-builder/components-rsuite 1.0.2 → 1.0.4

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.
@@ -83,13 +83,9 @@
83
83
  & html input[disabled] {
84
84
  cursor: not-allowed;
85
85
  }
86
- & button::-moz-focus-inner,
87
- & input::-moz-focus-inner {
88
- border: 0;
89
- padding: 0;
90
- }
91
86
  & input {
92
87
  line-height: normal;
88
+ color: var(--rs-text-primary);
93
89
  }
94
90
  & input[type='checkbox'],
95
91
  & input[type='radio'] {
@@ -230,10 +226,14 @@
230
226
  font-family: Apple-System;
231
227
  src: local(-apple-system), local(BlinkMacSystemFont), local(system-ui);
232
228
  }
229
+ & button::-moz-focus-inner,
230
+ & input::-moz-focus-inner {
231
+ border: 0;
232
+ padding: 0;
233
+ }
233
234
  }
234
235
 
235
236
  .optimajet-formbuilder,
236
- .optimajet-formviewer,
237
237
  .rs-toast-provider,
238
238
  .rs-modal,
239
239
  .rs-picker-menu {
@@ -83,13 +83,9 @@
83
83
  & html input[disabled] {
84
84
  cursor: not-allowed;
85
85
  }
86
- & button::-moz-focus-inner,
87
- & input::-moz-focus-inner {
88
- border: 0;
89
- padding: 0;
90
- }
91
86
  & input {
92
87
  line-height: normal;
88
+ color: var(--rs-text-primary);
93
89
  }
94
90
  & input[type='checkbox'],
95
91
  & input[type='radio'] {
@@ -230,10 +226,14 @@
230
226
  font-family: Apple-System;
231
227
  src: local(-apple-system), local(BlinkMacSystemFont), local(system-ui);
232
228
  }
229
+ & button::-moz-focus-inner,
230
+ & input::-moz-focus-inner {
231
+ border: 0;
232
+ padding: 0;
233
+ }
233
234
  }
234
235
 
235
236
  .optimajet-formbuilder,
236
- .optimajet-formviewer,
237
237
  .rs-toast-provider,
238
238
  .rs-modal,
239
239
  .rs-picker-menu {