ros.grant.common 2.1.58 → 2.1.60
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.
|
@@ -415,13 +415,9 @@
|
|
|
415
415
|
font-size: 14px;
|
|
416
416
|
z-index: 1;
|
|
417
417
|
|
|
418
|
-
&[select-val="0"] {
|
|
419
|
-
color: var(--Secondary);
|
|
420
|
-
}
|
|
421
|
-
|
|
422
418
|
&:empty:not(:focus):before {
|
|
423
419
|
content: attr(data-text);
|
|
424
|
-
color: var(--
|
|
420
|
+
color: var(--Secondary);
|
|
425
421
|
}
|
|
426
422
|
}
|
|
427
423
|
|
package/package.json
CHANGED