1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 13:15:00 +03:00

fix .btn-link code comments

This commit is contained in:
Shawn Allen 2018-11-15 13:31:41 -08:00
parent 4e6ea8ce73
commit 920e2e3b63

View File

@ -173,10 +173,9 @@
text-align: center;
}
// Radio buttons
// Link-like buttons
//
// Buttons backed by radio or checkbox control. Requires the use of `.hidden`
// on the `input` to properly hide it.
// This class is for styling <button> and <input> elements to look like links
.btn-link {
display: inline-block;
padding: 0;