Skip to content

Commit

Permalink
Merge branch 'main' into footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed Sep 28, 2022
2 parents 7141e48 + b5e0097 commit 981d468
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 420 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-papayas-reflect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-drinks-arrive.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# @primer/css

## 20.4.6

### Patch Changes

- [#2266](https://github.com/primer/css/pull/2266) [`c28cdf7e`](https://github.com/primer/css/commit/c28cdf7effbd3bd750585543ff774e1e7c84873a) Thanks [@langermank](https://github.com/langermank)! - Remove scrollbar CSS property from Overlay

* [#2255](https://github.com/primer/css/pull/2255) [`1a9a6689`](https://github.com/primer/css/commit/1a9a668931c51cb4ca0867173af78f1e18d2662d) Thanks [@jdrush89](https://github.com/jdrush89)! - Fixing ActionList Item hover focus style

- [#2249](https://github.com/primer/css/pull/2249) [`81083778`](https://github.com/primer/css/commit/81083778a73c1d1f0f37b4efefe5359926ce4269) Thanks [@koddsson](https://github.com/koddsson)! - Increase specificy for Overlay styles as they relate to the backdrop and positioning options
- If a Dialog opens a second Dialog, each Dialog properties should be contained to its own scope

## 20.4.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/css",
"version": "20.4.5",
"version": "20.4.6",
"description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",
Expand Down Expand Up @@ -50,18 +50,18 @@
"@github/prettier-config": "0.0.4",
"@koddsson/postcss-sass": "5.0.1",
"@primer/stylelint-config": "^12.4.0",
"autoprefixer": "10.4.8",
"autoprefixer": "10.4.12",
"chokidar-cli": "3.0.0",
"cssstats": "4.0.5",
"eslint": "8.21.0",
"eslint": "8.23.1",
"eslint-plugin-github": "4.3.7",
"eslint-plugin-jest": "26.8.2",
"eslint-plugin-prettier": "4.2.1",
"filesize": "9.0.11",
"front-matter": "4.0.2",
"fs-extra": "10.1.0",
"globby": "13.1.2",
"jest": "28.1.3",
"jest": "29.0.3",
"js-yaml": "4.1.0",
"postcss": "8.4.16",
"postcss-calc": "8.2.4",
Expand Down
1 change: 0 additions & 1 deletion src/overlay/overlay.scss
Expand Up @@ -224,7 +224,6 @@ $primer-borderRadius-large: 0.75rem;
padding-top: 0;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-gutter: stable;
font-size: $body-font-size;
flex-grow: 1;

Expand Down

0 comments on commit 981d468

Please sign in to comment.