Micro pill
Micro pill: a CSS button. Copy the rules, or the prompt that rebuilds it.
CSS
.btn-195 {
font: 600 11px/1 system-ui,sans-serif;
color: #374151;
background: #f3f4f6;
border: 1px solid #e5e7eb;
border-radius: 999px;
padding: 4px 9px;
cursor: pointer;
transition: background .12s,border-color .12s
}
.btn-195:hover {
background: #e5e7eb;
border-color: #d1d5db
}
.btn-195:focus-visible {
outline: 2px solid #374151;
outline-offset: 1px
}
.btn-195:active {
background: #d1d5db
}
HTML
<button class="btn-195">Edit</button>Prompt
An extra-small pill button for table rows and tags: 11px semibold #374151 text, #f3f4f6 background, 1px #e5e7eb border, 4px by 9px padding, fully rounded. Hover #e5e7eb, active #d1d5db. Focus 2px dark outline offset 1px.