@ni/spright-components 5.0.1 → 5.0.2
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.
|
@@ -60569,6 +60569,10 @@ img.ProseMirror-separator {
|
|
|
60569
60569
|
color: ${placeholderFontColor};
|
|
60570
60570
|
}
|
|
60571
60571
|
|
|
60572
|
+
:host([disabled]) .selected-value.placeholder {
|
|
60573
|
+
color: ${bodyDisabledFontColor};
|
|
60574
|
+
}
|
|
60575
|
+
|
|
60572
60576
|
.selected-value {
|
|
60573
60577
|
order: 1;
|
|
60574
60578
|
}
|