gw-gis-standard-gpage-ui-vue3 1.1.98 → 1.1.99
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/app.scss +2 -2
- package/gw-gis-standard-gpage-ui-vue3.js +9602 -9501
- package/gw-gis-standard-gpage-ui-vue3.umd.cjs +25 -25
- package/package.json +1 -1
- package/style.css +1 -1
package/app.scss
CHANGED
|
@@ -788,8 +788,8 @@ html, body {
|
|
|
788
788
|
}
|
|
789
789
|
|
|
790
790
|
.gw-headerTags-element .header-tags-clear {
|
|
791
|
-
color: var(--
|
|
792
|
-
background:
|
|
791
|
+
color: var(--pageTagsCloseColor);
|
|
792
|
+
background: var(--pageTagsCloseBgColor);
|
|
793
793
|
}
|
|
794
794
|
|
|
795
795
|
.gw-headerTags-element .tags-list .tags-close-con span {
|