@primer/brand-css 0.56.2 → 0.56.3-rc.58f7a4b8

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.
@@ -78,6 +78,11 @@
78
78
  color: var(--brand-InlineLink-color-pressed);
79
79
  }
80
80
 
81
+ .Timeline__item a:focus-visible {
82
+ outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
83
+ outline-offset: var(--base-size-2);
84
+ }
85
+
81
86
  /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
82
87
  @media (prefers-reduced-motion: reduce) {
83
88
  .Timeline__item,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.56.2",
3
+ "version": "0.56.3-rc.58f7a4b8",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",