Removing selection dots

Try

* {
outline:none !important;
}

This should work, but just note if any of your elements use an outline css settings, this will override it.

Outline is not the same as a border, so it shouldn’t affect any of your bubble element styling. If anything it might only affect custom plugins that use outline css styling.

2 Likes