1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 07:03:35 +03:00

comment and formatting

This commit is contained in:
Mark Otto 2015-06-10 12:38:32 -07:00
parent 047edbe5d9
commit fd2bfd543e

View File

@ -479,7 +479,10 @@ input::-webkit-inner-spin-button {
content: "\f02d"; // octicon-x content: "\f02d"; // octicon-x
} }
// Custom select box
// Custom select
//
// Apply `.select` to any `<select>` element for custom styles.
.select { .select {
display: inline-block; display: inline-block;