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:
parent
4e6ea8ce73
commit
920e2e3b63
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user