-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Proposal:
Add a new class "no-outline"
.no-outline:focus {
outline:0;
}
Reasoning:
When creating a button that is rounded you will potentially (browser dependent but happens in Chrome) get a blue ring around the button that does not line up with the buttons edge.
<button class="bg-blue hover:bg-blue-dark text-white font-bold py-2 px-4 rounded-full">
Button
</button>
This happens on the Tailwind Docs site here
Similar to #56
Happy to PR
jam1e, guzuomuse, matiaslauriti, jasonraimondi, psychonetic and 8 more
Metadata
Metadata
Assignees
Labels
No labels