Utilities for controlling the style of an element
Use utilities like outline-solid and outline-dashed to set the style of an element's outline:
Use the outline-hidden utility to hide the default browser outline on focused elements, while still preserving the outline in forced colors mode:
It is highly recommended to apply your own focus styling for accessibility when using this utility.
Use the outline-none utility to completely remove the default browser outline on focused elements:
It is highly recommended to apply your own focus styling for accessibility when using this utility.