@innovastudio/contentbuilder 1.4.112 → 1.4.114

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.112",
4
+ "version": "1.4.114",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -3043,6 +3043,7 @@ button:focus-visible {
3043
3043
  .is-ui .is-tool.is-audio-tool svg,
3044
3044
  .is-ui .is-tool.is-iframe-tool svg {
3045
3045
  fill: #fff;
3046
+ color: #fff;
3046
3047
  }
3047
3048
  #_cbhtml .is-tool#divImageResizer,
3048
3049
  .is-ui .is-tool#divImageResizer {
@@ -4582,6 +4583,10 @@ button:focus-visible {
4582
4583
  background: transparent;
4583
4584
  padding: 5px;
4584
4585
  }
4586
+ #_cbhtml .is-tool.is-element-tool {
4587
+ border-radius: 3px;
4588
+ overflow: hidden;
4589
+ }
4585
4590
  #_cbhtml .is-tool.is-element-tool button {
4586
4591
  width: 25px;
4587
4592
  height: 25px;
@@ -4622,6 +4627,8 @@ button:focus-visible {
4622
4627
  left: auto;
4623
4628
  right: -40px;
4624
4629
  box-shadow: none;
4630
+ border-radius: 2px;
4631
+ overflow: hidden;
4625
4632
  }
4626
4633
  .is-tool.is-row-tool button {
4627
4634
  width: 25px;
@@ -4675,6 +4682,8 @@ button:focus-visible {
4675
4682
  margin-top: 0px;
4676
4683
  margin-left: -1px;
4677
4684
  box-shadow: none;
4685
+ border-radius: 2px;
4686
+ overflow: hidden;
4678
4687
  }
4679
4688
  .is-tool.is-col-tool button {
4680
4689
  width: 25px;