@rmdes/indiekit-endpoint-blogroll 1.0.5 → 1.0.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-blogroll",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Blogroll endpoint for Indiekit. Aggregates blog feeds from OPML, JSON feeds, or manual entry.",
5
5
  "keywords": [
6
6
  "indiekit",
@@ -53,7 +53,9 @@
53
53
  }
54
54
 
55
55
  .br-field-inline input[type="checkbox"] {
56
+ appearance: auto;
56
57
  width: auto;
58
+ cursor: pointer;
57
59
  }
58
60
 
59
61
  .br-section {
@@ -54,7 +54,9 @@
54
54
  }
55
55
 
56
56
  .br-field-inline input[type="checkbox"] {
57
+ appearance: auto;
57
58
  width: auto;
59
+ cursor: pointer;
58
60
  }
59
61
  </style>
60
62