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

99 Commits

Author SHA1 Message Date
Joshua Peek
5d3fd45c70 Add Apple Emoji to default font stack
Improves emoji color rendering in Chrome.
2015-11-16 09:42:13 -08:00
Jon Rohan
e933b39561 extra whitespace 2015-10-19 14:54:39 -04:00
Jon Rohan
d0309373a3 font-size: 12px 2015-10-19 14:54:18 -04:00
Jon Rohan
fadb711052 Merge branch 'master' into small-note 2015-10-19 14:52:28 -04:00
Jon Rohan
4e91425a1e Kill the dark theme tooltip 2015-10-14 14:31:01 -07:00
Jon Rohan
0bc93ff4c3 Backporting changes from github 2015-10-10 14:08:02 -04:00
Jon Rohan
6943692144 Adding .text-small for de-emphasised text 2015-10-02 14:20:27 -07:00
Mark Otto
e68496b233 Add IE9 hacks for custom select 2015-07-29 10:42:41 -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
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
f6ca470ace Fix small selects sizing 2015-07-20 14:31:21 -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
ca3ffd0705 Merge branch 'master' into error-states 2015-06-24 13:31:36 -07:00
Aaron Shekey
e5c8d0e1ab Background comment 2015-06-24 14:19:19 -05:00
Aaron Shekey
5b519f697a Clean up extra tooltip styles 2015-06-24 14:09:18 -05:00
Aaron Shekey
ca5c06715b Remove .form-note 2015-06-24 14:07:45 -05:00
Mark Otto
c9165b9552 exclude anchor css from some linter tests 2015-06-24 12:05:06 -07:00
Mark Otto
962898a9a3 Merge branch 'master' into select-boxes
Conflicts:
	css/.primer-stats.md
	css/primer.css
2015-06-24 11:57:53 -07:00
Jon Rohan
87de9aad28 Adding .text-center to the utilities. 2015-06-23 20:57:59 -04:00
Aaron Shekey
eb58ef2827 Inline error state styling 2015-06-23 17:08:27 -05:00
Mark Otto
aa02645945 fix exclude for vendor prefixes 2015-06-10 12:46:25 -07:00
Mark Otto
c490df9bf1 rename .select-small to .select-sm to match .btn-sm 2015-06-10 12:39:22 -07:00
Mark Otto
9854cd694a ms-expand comment 2015-06-10 12:39:05 -07:00
Mark Otto
838effd281 comment on why we need appearance vendor prefixes, move the box-shadow i nuked from the regular select to just the .select 2015-06-10 12:38:53 -07:00
Mark Otto
fd2bfd543e comment and formatting 2015-06-10 12:38:32 -07:00
Mark Otto
047edbe5d9 don't box-shadow default selects, and don't apply our styles to it if it's a select[multiple] 2015-06-10 12:38:19 -07:00
Mark Otto
2b56e65b4b exclude forms.scss from hound and scss-lint because we need the appearence vendor prefixes 2015-06-10 12:37:46 -07:00
Aaron Shekey
6b71ca9415 Fallback styling 2015-06-09 17:17:02 -05:00
Aaron Shekey
2e57103fc4 Formatting 2015-06-09 14:38:00 -05:00
Aaron Shekey
9af448ec7e Custom select box styling 2015-06-09 14:17:33 -05:00
Mark Otto
eb6e3d777b Darken text on light gray bgs
`#666` meets AA while the updated `#767676` doesn't against `#eee`
2015-06-01 14:29:17 -07:00
Mark Otto
a624784be9 Change #666 to #767676
This achieves minimum AA compliancy against `#fff` with a change that's less stark than the current `#666`. For `color`s against `#eee` though, we'll need to manually adjust the values, but I think that's fair game.
2015-06-01 14:20:39 -07:00
Mark Otto
f4d4a126f1 Merge pull request #118 from primer/scss-lint-settings-upgrade
Update scss-lint properties for v0.38.0
2015-06-01 11:30:24 -07:00
Mark Otto
dbbd2fa10b Merge pull request #124 from amosie/999-accesible-gray
.text-muted to $brand-gray
2015-06-01 11:28:35 -07:00
amosie
67ee3b745e update to brand gray 2015-06-01 16:07:31 +01:00
Jon Rohan
0a6256126d Merge branch 'master' into scss-lint-settings-upgrade 2015-05-29 21:44:10 -04:00
Mark Otto
5184839d3d Merge pull request #121 from amosie/777-brand-gray
Change 777 to brand-gray
2015-05-29 10:25:41 -07:00
amosie
5d936ed938 Change 777 to brand-gray 2015-05-29 11:59:52 +01:00
Mark Otto
d33435f5fb Merge pull request #115 from jackmoore/master
removed obsolete -webkit-validation-bubble styles
2015-05-26 17:12:27 -07:00
Jon Rohan
04655c23aa Turn warnings off
It doesn't look like we can have warnings turned on for @houndci They
don’t treat them differently from errors. :(
2015-05-21 16:44:36 -04:00
Jon Rohan
3855ef90fd Compiling things 2015-05-21 16:26:00 -04:00
Jon Rohan
36b4f861b4 some merge-able rules 2015-05-21 16:20:19 -04:00
Jon Rohan
7ad676a0be fix some comma spacing 2015-05-21 16:20:02 -04:00
Jon Rohan
265620a0d9 We have autoprefixer to do the VendorPrefix for us
These are taken care of by autoprefixer right @mdo?
2015-05-21 16:19:38 -04:00
Jon Rohan
e6a6f4f50c Update scss-lint properties for v0.38.0
We’ve updated our scss_lint gem to the latest version, and this
required us to update some of the properties here. We also added and
turned off new ones.

This pull updates the config to keep in line with the rest of our
codebase.
2015-05-21 14:09:37 -04:00
Jack Moore
41e104b7ae removed obsolete -webkit-validation-bubble styles
The -webkit-validation-bubble pseudo-element selector was removed in [Chrome 28](https://code.google.com/p/chromium/issues/detail?id=259050#c3).
2015-05-06 19:07:21 -04:00
Amy Whitney
8b0f5256c5 Make brand-orange AA compliant 2015-04-30 14:14:38 +01:00