/*
* Don't use important so that this can be overriden by the theme styling
* This styling will be applied to all focusable elements ONLY if they do not have a focus style already applied
*/
:focus {
    outline: 3px dashed currentColor !important;
    outline-offset: 2px !important;
}
