@ohhwells/bridge 0.1.39-next.76 → 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.js CHANGED
@@ -9048,7 +9048,6 @@ function OhhwellsBridge() {
9048
9048
  [data-ohw-hovered]:not([contenteditable]):not([data-ohw-href-key]) {
9049
9049
  outline: 2px dashed ${PRIMARY2} !important;
9050
9050
  outline-offset: 4px;
9051
- border-radius: 2px;
9052
9051
  }
9053
9052
  [data-ohw-href-key] [data-ohw-hovered],
9054
9053
  [data-ohw-href-key][data-ohw-hovered],
@@ -9075,7 +9074,7 @@ function OhhwellsBridge() {
9075
9074
  stateViews.textContent = `
9076
9075
  [data-ohw-state-view]:not([data-ohw-state-view="default"]) { display: none; }
9077
9076
  [data-ohw-state-view="default"] [data-ohw-editable] { pointer-events: auto !important; }
9078
- [data-ohw-state-hovered] { outline: 2px dashed ${PRIMARY2} !important; outline-offset: 4px; border-radius: 2px; }
9077
+ [data-ohw-state-hovered] { outline: 2px dashed ${PRIMARY2} !important; outline-offset: 4px; }
9079
9078
  [data-ohw-state-hovered]:has([data-ohw-hovered]) { outline: none !important; }
9080
9079
  `;
9081
9080
  document.head.appendChild(base);