@ni/nimble-components 9.0.0 → 9.0.1

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.
@@ -19228,6 +19228,14 @@
19228
19228
  outline: none;
19229
19229
  }
19230
19230
 
19231
+ .control:disabled {
19232
+ ${
19233
+ /* There's an issue with the input element where the ellipsized
19234
+ overflowed text is blank when scrolled into view, so just clip instead.
19235
+ See https://webcompat.com/issues/104481 */ ''}
19236
+ text-overflow: clip;
19237
+ }
19238
+
19231
19239
  .control::selection {
19232
19240
  color: ${controlLabelFontColor};
19233
19241
  background: rgba(${fillSelectedRgbPartialColor}, 0.3);