@gitbutler/design-core 1.3.4 → 1.3.5

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 +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbutler/design-core",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "type": "module",
5
5
  "description": "Design tokens for GitButler applications",
6
6
  "keywords": [
package/styles/reset.css CHANGED
@@ -251,6 +251,11 @@
251
251
  }
252
252
 
253
253
  /* Focus outline for keyboard navigation */
254
+ input[type="radio"],
255
+ input[type="checkbox"] {
256
+ appearance: none;
257
+ }
258
+
254
259
  a:focus-visible,
255
260
  button:focus-visible,
256
261
  input:focus-visible,