In this video I ponder the default Bricks Builder focus state rule "body.bricks-is-frontend :focus". This sets a dotted 1px outline on focus by default.
I look at two ways to resolve this.
1. With more specific CSS rules.
2. JavaScript to remove the offending default Bricks rule.
Personally, I'm undecided if it even matters, whether to override with CSS or remove the offending rule with JavaScript?
I would live to hear your thoughts in the comments.
GIST for JS: https://gist.github.com/wpeasy/7d6214...