@ohhwells/bridge 0.1.39-next.75 → 0.1.39-next.77

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/index.cjs CHANGED
@@ -9110,7 +9110,6 @@ function OhhwellsBridge() {
9110
9110
  [data-ohw-hovered]:not([contenteditable]):not([data-ohw-href-key]) {
9111
9111
  outline: 2px dashed ${PRIMARY2} !important;
9112
9112
  outline-offset: 4px;
9113
- border-radius: 2px;
9114
9113
  }
9115
9114
  [data-ohw-href-key] [data-ohw-hovered],
9116
9115
  [data-ohw-href-key][data-ohw-hovered],
@@ -9137,7 +9136,7 @@ function OhhwellsBridge() {
9137
9136
  stateViews.textContent = `
9138
9137
  [data-ohw-state-view]:not([data-ohw-state-view="default"]) { display: none; }
9139
9138
  [data-ohw-state-view="default"] [data-ohw-editable] { pointer-events: auto !important; }
9140
- [data-ohw-state-hovered] { outline: 2px dashed ${PRIMARY2} !important; outline-offset: 4px; border-radius: 2px; }
9139
+ [data-ohw-state-hovered] { outline: 2px dashed ${PRIMARY2} !important; outline-offset: 4px; }
9141
9140
  [data-ohw-state-hovered]:has([data-ohw-hovered]) { outline: none !important; }
9142
9141
  `;
9143
9142
  document.head.appendChild(base);