@bcc-code/component-library-vue 0.8.4 → 0.8.5
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/component-library.umd.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/theme.css +3 -3
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -1832,6 +1832,7 @@
|
|
|
1832
1832
|
.p-menu-overlay,
|
|
1833
1833
|
.p-multiselect-overlay,
|
|
1834
1834
|
.p-select-overlay,
|
|
1835
|
+
.p-datepicker-panel,
|
|
1835
1836
|
.p-treeselect-overlay {
|
|
1836
1837
|
margin: var(--p-anchor-gutter) 0;
|
|
1837
1838
|
}
|
|
@@ -1901,9 +1902,8 @@
|
|
|
1901
1902
|
z-index: 2;
|
|
1902
1903
|
}
|
|
1903
1904
|
|
|
1904
|
-
.p-dialog-close-button
|
|
1905
|
-
|
|
1906
|
-
width: var(--icon-size-sm);
|
|
1905
|
+
.p-dialog-close-button {
|
|
1906
|
+
--p-icon-size: var(--icon-size-sm);
|
|
1907
1907
|
}
|
|
1908
1908
|
.p-dialog .p-button-icon:empty {
|
|
1909
1909
|
display: none;
|
package/package.json
CHANGED