@bcc-code/component-library-vue 0.7.9 → 0.7.11
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/dist/theme.css
CHANGED
|
@@ -1894,6 +1894,13 @@
|
|
|
1894
1894
|
--p-select-placeholder-color: var(--color-dark-neutral-1000);
|
|
1895
1895
|
}
|
|
1896
1896
|
|
|
1897
|
+
/**
|
|
1898
|
+
* Fix issue with icons inside Input within an InputGroup being hidden when Input is in focus
|
|
1899
|
+
**/
|
|
1900
|
+
.p-inputicon {
|
|
1901
|
+
z-index: 2;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1897
1904
|
|
|
1898
1905
|
|
|
1899
1906
|
|
package/package.json
CHANGED