body:not(.o_touch_device) .o_field_url {
    &:not(:hover):not(:focus-within) {
        & input:not(:hover) ~ a {
            display: none !important;
        }
    }
}
