1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +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; text-align: center;
} }
// Radio buttons // Link-like buttons
// //
// Buttons backed by radio or checkbox control. Requires the use of `.hidden` // This class is for styling <button> and <input> elements to look like links
// on the `input` to properly hide it.
.btn-link { .btn-link {
display: inline-block; display: inline-block;
padding: 0; padding: 0;