Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @primer/css

## 22.2.0

### Minor Changes

- [#3059](https://github.com/primer/css/pull/3059) [`e97b2ee`](https://github.com/primer/css/commit/e97b2eeb75c8fa8dcc06ecac9c82bce91227e9c1) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove default color styles for data-color-mode

## 22.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/css",
"version": "22.1.1",
"version": "22.2.0",
"description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",
Expand Down
5 changes: 0 additions & 5 deletions src/base/native-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

@include color-mode(dark) { color-scheme: dark; }

[data-color-mode] {
color: var(--fgColor-default, var(--color-fg-default));
background-color: var(--bgColor-default, var(--color-canvas-default));
}

// Windows High Contrast mode

// Improves focus state for various components when Windows High Contrast mode is enabled
Expand Down
Loading