@primer/css 20.4.4-rc.8a73ab27 → 20.4.4-rc.af367295

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,6 +133,10 @@
133
133
  }
134
134
  }
135
135
 
136
+ &[readonly] {
137
+ background-color: var(--color-input-disabled-bg);
138
+ }
139
+
136
140
  ::placeholder {
137
141
  color: var(--color-fg-subtle);
138
142
  opacity: 1;
@@ -161,6 +165,11 @@
161
165
 
162
166
  &.FormControl-inset {
163
167
  background-color: var(--color-canvas-inset);
168
+
169
+ &:focus-visible,
170
+ &:focus {
171
+ background-color: var(--color-canvas-default);
172
+ }
164
173
  }
165
174
 
166
175
  &.FormControl-monospace {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.4.4-rc.8a73ab27",
3
+ "version": "20.4.4-rc.af367295",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",