Skip to content

Commit

Permalink
update primer
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Jan 22, 2019
1 parent 6e6df95 commit 8b45889
Show file tree
Hide file tree
Showing 54 changed files with 327 additions and 4,232 deletions.
21 changes: 0 additions & 21 deletions _sass/primer-base/LICENSE

This file was deleted.

48 changes: 0 additions & 48 deletions _sass/primer-base/README.md

This file was deleted.

1 change: 0 additions & 1 deletion _sass/primer-base/build/build.css

This file was deleted.

1 change: 0 additions & 1 deletion _sass/primer-base/build/index.js

This file was deleted.

6 changes: 6 additions & 0 deletions _sass/primer-base/lib/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ button {
border-radius: 0;
}

// increase the selector specificity for [hidden]
// so that it always overrides utility classes (.d-block, etc.)
[hidden][hidden] {
display: none !important;
}

details {
summary { cursor: pointer; }

Expand Down
2 changes: 1 addition & 1 deletion _sass/primer-base/lib/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ progress {

template, /* 1 */
[hidden] {
display: none;
display: none !important;
}

/* Links
Expand Down
73 changes: 0 additions & 73 deletions _sass/primer-base/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions _sass/primer-layout/LICENSE

This file was deleted.

Loading

0 comments on commit 8b45889

Please sign in to comment.