@gitbutler/design-core 1.3.5 → 1.3.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles/reset.css +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbutler/design-core",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "type": "module",
5
5
  "description": "Design tokens for GitButler applications",
6
6
  "keywords": [
package/styles/reset.css CHANGED
@@ -251,11 +251,6 @@
251
251
  }
252
252
 
253
253
  /* Focus outline for keyboard navigation */
254
- input[type="radio"],
255
- input[type="checkbox"] {
256
- appearance: none;
257
- }
258
-
259
254
  a:focus-visible,
260
255
  button:focus-visible,
261
256
  input:focus-visible,
@@ -270,4 +265,4 @@
270
265
  outline: 2px solid var(--clr-theme-pop-element);
271
266
  outline-offset: -2px;
272
267
  }
273
- }
268
+