1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Mark Otto
e4c94b93b4 Rewrite form controls
- Remove the element and attribute selectors to reduce specificity elsewhere
- Use a singular class for all text inputs, textareas, and selects (.form-control)
- Update modifier classes to use .input-*
- More consisitent modifier classes now available (no more element prefixes in selectors, .input-mini is now .input-sm, .input-large is now .input-lg)
- Port some additional styling to custom .select controls since we're not longer styling the default select element with the move to a class
2015-09-11 11:17:39 -07:00
Aaron Shekey
175f09a35e Warning 2015-06-24 16:42:42 -05:00
Mark Otto
68c5f9bf0e document it 2015-06-24 13:38:28 -07:00
Mark Otto
e312b89301 remove unnecessary class 2015-06-10 12:41:55 -07:00
Mark Otto
6a0719d16c mention why we use .select-sm 2015-06-10 12:41:40 -07:00
Mark Otto
7cf7bacfff break out default and custom selects 2015-06-10 12:40:40 -07:00
Mark Otto
e9b4f2cbff elaborate on what gets customized for default selects; use just the element name for the heading 2015-06-10 12:40:25 -07:00
Aaron Shekey
6b71ca9415 Fallback styling 2015-06-09 17:17:02 -05:00
Aaron Shekey
9af448ec7e Custom select box styling 2015-06-09 14:17:33 -05:00
Mark Otto
b3a560d875 initial commit from github/primer into primer/primer 2015-03-20 16:30:22 -07:00