studiokit-scaffolding-js 7.0.14-alpha.1.3 → 7.0.14-alpha.1.4

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.
@@ -216,15 +216,15 @@
216
216
  & .ql-picker-item:hover,
217
217
  & .ql-picker-item:focus,
218
218
  & .ql-picker-item.ql-selected {
219
- color: var(--color-primary) !important;
219
+ color: var(--color-focus-outline) !important;
220
220
 
221
221
  & .ql-fill,
222
222
  & .ql-stroke.ql-fill {
223
- fill: var(--color-primary) !important;
223
+ fill: var(--color-focus-outline) !important;
224
224
  }
225
225
 
226
226
  & .ql-stroke {
227
- stroke: var(--color-primary) !important;
227
+ stroke: var(--color-focus-outline) !important;
228
228
  }
229
229
  }
230
230
 
@@ -235,7 +235,7 @@
235
235
  & .ql-picker-label.ql-active,
236
236
  & .ql-picker-item:focus,
237
237
  & .ql-picker-item.ql-selected {
238
- outline: 2px solid var(--color-primary) !important;
238
+ outline: 2px solid var(--color-focus-outline) !important;
239
239
  }
240
240
 
241
241
  /* Disabled overrides */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "studiokit-scaffolding-js",
3
- "version": "7.0.14-alpha.1.3",
3
+ "version": "7.0.14-alpha.1.4",
4
4
  "description": "Common scaffolding for Studio apps at Purdue",
5
5
  "repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
6
6
  "license": "MIT",