studiokit-scaffolding-js 7.0.14-alpha.1 → 7.0.14-alpha.1.2

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.
@@ -195,10 +195,6 @@ a[class*="btn-"]:active:focus {
195
195
  &.underline:hover {
196
196
  text-decoration: underline;
197
197
  }
198
-
199
- &:focus {
200
- outline: none !important;
201
- }
202
198
  }
203
199
 
204
200
  /* Toggle */
@@ -1,4 +1,8 @@
1
1
  /* global visible focus */
2
- :focus-visible {
2
+ body :focus-visible,
3
+ body button:focus-visible,
4
+ body [type="button"]:focus-visible,
5
+ body .btn-primary:focus-visible {
3
6
  outline: 0.2rem solid var(--color-focus-outline);
7
+ outline-offset: 0;
4
8
  }
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.2",
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",