studiokit-scaffolding-js 7.0.14-alpha.1 → 7.0.14-alpha.1.3
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.
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
|
|
293
293
|
.quill:focus-within {
|
|
294
294
|
border-color: var(--color-focus-border);
|
|
295
|
-
box-shadow:
|
|
295
|
+
box-shadow: var(--box-shadow-focus);
|
|
296
296
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
297
297
|
position: relative;
|
|
298
298
|
z-index: 1;
|
package/lib/css/utils/_focus.css
CHANGED
package/lib/css/variables.css
CHANGED
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
--color-error: var(--color-red);
|
|
62
62
|
--color-success: var(--color-green);
|
|
63
63
|
|
|
64
|
-
/* from Bootstrap's focus styling */
|
|
65
|
-
--color-focus-
|
|
66
|
-
--
|
|
64
|
+
--color-focus-border: #80bdff; /* from Bootstrap's focus styling */
|
|
65
|
+
--color-focus-outline: #308DF8;
|
|
66
|
+
--box-shadow-focus: 0 0 0 0.2rem var(--color-focus-outline);
|
|
67
67
|
|
|
68
68
|
/* Border Radius */
|
|
69
69
|
--border-radius: 3px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "studiokit-scaffolding-js",
|
|
3
|
-
"version": "7.0.14-alpha.1",
|
|
3
|
+
"version": "7.0.14-alpha.1.3",
|
|
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",
|