@innovastudio/contentbox 1.6.18 → 1.6.19

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
- "type":"module",
4
- "version": "1.6.18",
3
+ "type": "module",
4
+ "version": "1.6.19",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -1014,6 +1014,9 @@ body.controlpanel .is-wrapper {
1014
1014
  width: 15px;
1015
1015
  height: 15px;
1016
1016
  }
1017
+ .builder-ui .is-controlpanel > .is-devpanel .btn-close {
1018
+ background: none;
1019
+ }
1017
1020
  .builder-ui .is-controlpanel .panelnav {
1018
1021
  margin-top: 58px;
1019
1022
  padding: 8px 24px 8px;