@gsa-tts/graymatter-ui 0.4.12 → 0.4.13

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": "@gsa-tts/graymatter-ui",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -664,7 +664,8 @@
664
664
  }
665
665
 
666
666
  .menu-button:focus,
667
- .nav-item:focus {
667
+ .nav-item:focus,
668
+ .help-link:focus {
668
669
  outline: none;
669
670
  }
670
671
 
@@ -245,6 +245,19 @@
245
245
  outline: none;
246
246
  }
247
247
 
248
+ .help-button:focus {
249
+ outline: none;
250
+ }
251
+
252
+ .help-button:focus .icon-container {
253
+ outline: var(--ai-size-2) solid var(--ai-color-blue-600);
254
+ outline-offset: var(--ai-size-2);
255
+ }
256
+
257
+ .help-button:focus:not(:focus-visible) .icon-container {
258
+ outline: none;
259
+ }
260
+
248
261
  .help-button {
249
262
  display: flex;
250
263
  align-items: center;