1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00
Commit Graph

50 Commits

Author SHA1 Message Date
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
faab8a627b decap c 2015-04-19 17:07:13 +01:00
Amy Whitney
ee14a3775f Make brand-blue AA compliant 2015-04-19 16:41:33 +01:00
Mark Otto
83052c6f5e Merge branch 'feat/centering' of https://github.com/thomastuts/primer into thomastuts-feat/centering 2015-04-15 15:08:28 -07:00
Mark Otto
cf5c30f1c5 Fixes #53: Remove overrides to .btn shadow when in button groups to avoid a lack of :focus shadow 2015-04-15 14:26:51 -07:00
Mark Otto
8eb6a0a6fd Merge pull request #87 from aaronshekey/button-edge-states
Button Edge States
2015-04-15 14:14:20 -07:00
Mark Otto
d9ab5af2e6 Merge pull request #99 from primer/update-scss-lint-config
Update property order syntax, 🔥 vendor prefixes
2015-04-15 14:12:13 -07:00
Mark Otto
29524a12d8 Merge pull request #83 from maggo/normalize-update
Update normalize to v3.0.3
2015-04-15 14:09:48 -07:00
Mark Otto
b593e603d6 Merge pull request #86 from primer/blankslate_css
Remove github/github-specific blankslate CSS
2015-04-15 14:03:59 -07:00
Jason Long
33be9dfac8 Update order syntax, 🔥 vendor prefixes 2015-04-09 11:15:50 -04:00
Marco Kaul
b6c689be07 Update normalize to v3.0.3 2015-04-08 12:13:41 +02:00
Mark Otto
7a8093a994 .btn and .button_to spacing in .btn-group 2015-04-01 14:42:22 -07:00
Aaron Shekey
f585aae6c0 Selected and Focused 2015-03-31 16:22:04 -05:00
Aaron Shekey
84a941756a Selected hover states 2015-03-31 16:12:54 -05:00
Aaron Shekey
b360e804d5 Button group focus state z-order
Focused objects should stay on top of everything in the z-order stack.
2015-03-31 16:06:54 -05:00
Aaron Shekey
617ae8559e Selected hover state 2015-03-31 16:06:04 -05:00
Aaron Shekey
5841af0f4e Focused button hover border 2015-03-31 16:05:40 -05:00
Mark Otto
c8ccd7fbe8 Remove github/github-specific blankslate CSS 2015-03-31 11:20:10 -07:00
Thomas Tuts
45c25a7be9 Move .centered class from layout to utility 2015-03-31 12:57:14 +02:00
Thomas Tuts
5a3215f51b Merge remote-tracking branch 'upstream/master' into feat/centering 2015-03-31 12:55:12 +02:00
Mark Otto
fc10ffe21d Merge pull request #64 from primer/nuke_github_css
Remove github/github-specific CSS
2015-03-30 14:51:45 -07:00
Marco Kaul
02ae2d5147 Update normalize to v3.0.2 2015-03-30 21:13:25 +02:00
Mark Otto
81f53acb13 Merge pull request #61 from primer/btn_counters
Add overrides for counters in our buttons
2015-03-30 11:29:11 -07:00
Mark Otto
a8717988c6 account for outline buttons, lighten the bg on regular buttons 2015-03-30 11:17:45 -07:00
Mark Otto
1b9900e4c1 Merge branch 'master' into btn_counters
Conflicts:
	css/.primer-stats.md
	css/primer.css
2015-03-30 11:06:44 -07:00
Mark Otto
59ded60fc9 Nuke the margins and floats on the right arrow in buttons 2015-03-29 20:42:20 -07:00
Phil Hughes
aedc4a15a8 Deprecated gradient mixin 2015-03-28 09:23:06 +00:00
Mark Otto
825ac8a501 Merge pull request #66 from primer/column_rounding
More precise column widths
2015-03-28 00:53:30 -07:00
Mark Otto
eb11ad5730 correct value 2015-03-28 00:48:53 -07:00
Mark Otto
f2ebaf3665 extend the digits for one-third and two-thirds grid columns 2015-03-28 00:46:29 -07:00
Mark Otto
98a492c524 Merge pull request #48 from flovan/fix-social-count-underline
Fix  `.social-count` underline
2015-03-28 00:44:30 -07:00
Mark Otto
c5bf85e179 Merge pull request #63 from primer/disabled_btns
Document disabled buttons
2015-03-27 16:43:05 -07:00
Mark Otto
1c240aa159 Merge branch 'btn_counters' of https://github.com/primer/primer into btn_counters 2015-03-27 16:39:29 -07:00
Mark Otto
31326dd30d Nuke text-shadows on counters in buttons 2015-03-27 16:39:20 -07:00
Mark Otto
cb80b3479a Merge branch 'master' into btn_counters 2015-03-27 16:38:17 -07:00
Mark Otto
532aa8cf0a Merge pull request #18 from primer/hound
Add Hound CI w/ SCSS linter
2015-03-27 16:36:32 -07:00
Mark Otto
972477aca8 Remove a ton of github/github-specific CSS
For components like our image uploader, previewable forms, and issue/PR composers
2015-03-27 16:20:32 -07:00
Mark Otto
ff8d28f914 Merge pull request #9 from pborreli/typos
Fixed typos
2015-03-27 16:06:37 -07:00
Mark Otto
cf95639a7e update to latest scss-lint config, drop all error severity mentions 2015-03-27 15:29:03 -07:00
Mark Otto
7a2cd12bb5 Restyle .btn-outline disabled state to look less like a regular button 2015-03-27 15:14:27 -07:00
Mark Otto
a5b9fbd7b4 Add overrides for counters in our buttons, fixes #60 2015-03-27 11:54:41 -07:00
Thomas Tuts
775fb6a584 Add helper layout class to center content
This adds the `.centered` class which can be used either on a column, or
outside of the grid. This also allows us to center content that is not
placed in a grid row (for example, a fixed-width navigation, ...).
2015-03-26 07:34:51 +01:00
Florian
564c14e646 Added missing space 2015-03-25 09:35:04 +01:00
Florian
95c515ef16 Fix .social-count underline
`.social-count` elements get an underline when pressing down (`:active`), then dragging out of them.
2015-03-25 09:17:42 +01:00
Mark Otto
a5529a61ab disable comment property 2015-03-24 10:40:10 -07:00
Mark Otto
0e8c4225b8 don't prefer global color vars 2015-03-24 10:27:37 -07:00
Mark Otto
054b7ee62f add copyright banners to the docs and dist css 2015-03-24 10:07:14 -07:00
Mark Otto
64104887af Create .scss-lint.yml 2015-03-23 16:06:24 -07:00
Pascal Borreli
7f0ecf12c7 Fixed typos 2015-03-23 22:46:58 +00:00
Mark Otto
b3a560d875 initial commit from github/primer into primer/primer 2015-03-20 16:30:22 -07:00