barbican-reset 2.29.0 → 2.30.0

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.
@@ -303,6 +303,11 @@
303
303
 
304
304
  &[data-status="active"] {
305
305
  @include outline-button-focus($c-grey-l11, white, $border);
306
+
307
+ @include focus {
308
+ outline: 2px solid $c-grey-l11;
309
+ outline-offset: toRem(2);
310
+ }
306
311
  }
307
312
  }
308
313
 
package/package.json CHANGED
@@ -103,5 +103,5 @@
103
103
  "watch:patterns": "cd patterns && gulp watch"
104
104
  },
105
105
  "style": "dist/css/barbican-reset.css",
106
- "version": "2.29.0"
106
+ "version": "2.30.0"
107
107
  }