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

883 Commits

Author SHA1 Message Date
Jon Rohan
6943692144 Adding .text-small for de-emphasised text 2015-10-02 14:20:27 -07:00
Mark Otto
36b24da51d version bump 2015-09-30 16:17:08 -07:00
Mark Otto
e9ba5f690e Spec out some margin utilities 2015-09-29 10:48:15 -07:00
Mark Otto
05ffccd14b Fixes #93: Rename .button_to to .btn-group-form 2015-09-29 10:36:24 -07:00
Mark Otto
70ce13aacd update linter 2015-09-25 14:33:23 -07:00
Mark Otto
30a70fe24e Start rewriting blankslate 2015-09-25 14:16:29 -07:00
Mark Otto
f7b7c4cd35 build 2015-09-11 11:29:05 -07:00
Mark Otto
2ff8a486b6 Update input groups to use .form-control class 2015-09-11 11:27:53 -07:00
Mark Otto
dfcc9e5272 Rearrange source files
- Break apart buttons and forms files a bit for granularity
- Move entire utility file to the end of the import stack (should always be there for specificity reasons)
2015-09-11 11:26:24 -07:00
Mark Otto
347c25c137 build 2015-09-11 11:17:53 -07:00
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
Mark Otto
837474103b grunt 2015-09-11 10:56:12 -07:00
Mark Otto
0de5a40619 update that override to match 2015-09-11 10:56:08 -07:00
Mark Otto
ff130166e9 there's only default left padding on ul/ol elements, so only reset that 2015-09-11 10:44:46 -07:00
Mark Otto
0ceff3c584 remove top margin on p elements, but specific a bottom one given our use of non-markdown bodies of text elsewhere 2015-09-11 10:44:28 -07:00
Mark Otto
06ae0e78a3 remove top/bottom margins on headings since we override the crap out of those everywhere 2015-09-11 10:44:01 -07:00
Mark Otto
77c70c0d57 allow for single buttons in button groups 2015-09-10 18:12:05 -07:00
Mark Otto
48ef3653cf Update _alerts.scss 2015-09-10 17:56:58 -07:00
Mark Otto
4a424039e7 fix alignment of the dismiss icon 2015-09-10 17:56:54 -07:00
Mark Otto
5eb6c8022b add class for overrides to type within alerts
also tighten up line-height
2015-09-10 17:56:49 -07:00
Mark Otto
42347191ec Revamp alerts 2015-09-10 17:56:44 -07:00
Mark Otto
90d01ecc54 Merge pull request #150 from primer/maintain-tones
Create MAINTAINING.md
2015-09-09 09:34:20 -07:00
Jon Rohan
14c80558c3 Update for npm
fixes https://github.com/primer/primer/issues/28
2015-09-08 09:53:46 -06:00
Jon Rohan
b3a3179567 Naming for npm primer-css 2015-09-08 09:50:39 -06:00
Mark Otto
b8f7ac464d tweaks and changelogs/milestones 2015-08-27 14:56:56 -07:00
Mark Otto
1872e22245 Create MAINTAINING.md 2015-08-27 14:24:03 -07:00
Mark Otto
ef8c544f43 bump version to 2.3.3, rerun grunt 2015-08-05 09:24:29 -07:00
Mark Otto
946bf60513 grunt 2015-08-05 09:23:50 -07:00
Mark Otto
18cf430b26 Merge pull request #144 from primer/select_ie9
Add IE9 hacks for custom select
2015-08-05 09:22:33 -07:00
Mark Otto
e68496b233 Add IE9 hacks for custom select 2015-07-29 10:42:41 -07:00
Mark Otto
9529d282d9 grunt 2015-07-29 10:35:43 -07:00
Mark Otto
69fb3f3c84 Merge pull request #142 from primer/232
Primer 2.3.2
2015-07-29 10:26:57 -07:00
Mark Otto
8b5beeca53 Match carets to our CSS generated ones
The exact sizing of the individual carets are now matched up—`8px` wide—with our select menus.
2015-07-27 10:25:30 -07:00
Aaron Shekey
28cb0adb2f Better caret asset 2015-07-27 10:37:13 -05:00
Mark Otto
4bd8d60e6b add max-width to custom selects so they don't break their parents with long option values 2015-07-21 14:55:53 -07:00
Mark Otto
71e2f3dc59 bump version 2015-07-21 14:45:54 -07:00
Mark Otto
11b947f760 update the roadmap page 2015-07-21 14:42:54 -07:00
Mark Otto
7569218e98 reorg that a bit 2015-07-21 14:40:42 -07:00
Mark Otto
6c4b987b2e clarify some css docs 2015-07-21 14:23:10 -07:00
Mark Otto
99537a4479 background-color on .select 2015-07-20 14:52:18 -07:00
Mark Otto
266e3453c7 background-size tweaked on custom selects 2015-07-20 14:51:59 -07:00
Mark Otto
ef999dda8e Merge pull request #141 from primer/sms
2.3.1: Small selects
2015-07-20 14:36:35 -07:00
Mark Otto
525fad108f update stats 2015-07-20 14:33:49 -07:00
Mark Otto
d8323eefe5 bump to 2.3.1 2015-07-20 14:32:04 -07:00
Mark Otto
f6ca470ace Fix small selects sizing 2015-07-20 14:31:21 -07:00
Mark Otto
99a89715f1 Bump version in _config.yml 2015-07-09 11:17:13 -07:00
Mark Otto
f45d2d0de5 Bump version in package.json 2015-07-09 11:16:56 -07:00
Mark Otto
aaca3a4919 Merge pull request #137 from primer/avatar-child
Add `background-color: #fff` to `.avatar-child`
2015-07-09 11:11:27 -07:00
Mark Otto
cd3a4f0678 Add background-color: #fff to .avatar-child
Recommendation from a support request; should ensure any child avatar in the pairing is visible even with a transparent background.
2015-07-09 11:05:45 -07:00
Mark Otto
d3ad718b29 Merge pull request #134 from vsn4ik/add_autopref_core
Add autoprefixer-core to package.json
2015-06-25 14:17:23 -07:00