@ohhwells/bridge 0.1.42-next.91 → 0.1.42-next.92

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
@@ -9992,6 +9992,21 @@ function OhhwellsBridge() {
9992
9992
  outline: none !important;
9993
9993
  outline-offset: 0 !important;
9994
9994
  }
9995
+ /* Editor chrome owns selection \u2014 suppress native focus rings on nav/footer items. */
9996
+ nav [data-ohw-href-key]:focus,
9997
+ nav [data-ohw-href-key]:focus-visible,
9998
+ nav [data-ohw-href-key]:focus-within,
9999
+ footer [data-ohw-href-key]:focus,
10000
+ footer [data-ohw-href-key]:focus-visible,
10001
+ footer [data-ohw-href-key]:focus-within,
10002
+ nav [data-ohw-href-key] [data-ohw-editable]:focus,
10003
+ nav [data-ohw-href-key] [data-ohw-editable]:focus-visible,
10004
+ footer [data-ohw-href-key] [data-ohw-editable]:focus,
10005
+ footer [data-ohw-href-key] [data-ohw-editable]:focus-visible {
10006
+ outline: none !important;
10007
+ outline-offset: 0 !important;
10008
+ box-shadow: none !important;
10009
+ }
9995
10010
  /* Text edit wins over grab/default (must beat [data-ohw-can-drag] *). */
9996
10011
  [data-ohw-editing],
9997
10012
  [data-ohw-editing] *,