diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index 9434d0309a..c409b73a5e 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -103,7 +103,7 @@ const openInOSM = () => { v-else data-testid="nc-geo-data-lat-long-set" tabindex="0" - class="focus-visible:!outline-none h-full w-full flex items-center" + class="focus-visible:!outline-none focus:!outline-none h-full w-full flex items-center" > {{ latLongStr }} diff --git a/packages/nc-gui/components/cell/RichText.vue b/packages/nc-gui/components/cell/RichText.vue index e936a68482..c562e934ec 100644 --- a/packages/nc-gui/components/cell/RichText.vue +++ b/packages/nc-gui/components/cell/RichText.vue @@ -156,7 +156,7 @@ watch(editorDom, () => {