barbican-reset 2.2.3 → 2.2.4

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.
@@ -46,12 +46,7 @@
46
46
  z-index: 2;
47
47
  }
48
48
 
49
- @mixin double-box(
50
- $bg: $white,
51
- $col: $black,
52
- $bg_size: 0.25rem,
53
- $col_size: 0.15rem
54
- ) {
49
+ @mixin double-box($bg: $white, $col: $black, $bg_size: 0.25rem, $col_size: 0.15rem) {
55
50
  @include box-setup;
56
51
  box-shadow: 0 0 0 $bg_size $bg, 0 0 0 ($bg_size + $col_size) $col;
57
52
  }
@@ -106,15 +101,9 @@
106
101
 
107
102
  @mixin skip-link {
108
103
  @include focus-visible {
109
- background-color: $c-grey-l21;
110
- border-radius: 0.5rem;
111
104
  position: absolute;
112
- padding: 0.5rem;
113
- margin: 0.5rem;
114
- color: white;
115
- outline: none;
105
+ @content;
116
106
  }
117
-
118
107
  @include not-focus-visible {
119
108
  @include sr-only;
120
109
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "_args": [
3
3
  [
4
- "barbican-reset@2.2.3",
4
+ "barbican-reset@2.2.4",
5
5
  "/Users/pheading/Sites/eticketing-vue"
6
6
  ]
7
7
  ],
8
- "_from": "barbican-reset@2.2.3",
9
- "_id": "barbican-reset@2.2.3",
8
+ "_from": "barbican-reset@2.2.4",
9
+ "_id": "barbican-reset@2.2.4",
10
10
  "_inBundle": false,
11
11
  "_integrity": "sha512-9QMrzuoZ/NZfFlFagC6go3ofn5hBhU9rtSPEeGH0krwY5dBKOlfs8oGIvqUaEGFKI+jQ3spuDOQoeyYK5NRiQw==",
12
12
  "_location": "/barbican-reset",
@@ -35,18 +35,18 @@
35
35
  "_requested": {
36
36
  "type": "version",
37
37
  "registry": true,
38
- "raw": "barbican-reset@2.2.3",
38
+ "raw": "barbican-reset@2.2.4",
39
39
  "name": "barbican-reset",
40
40
  "escapedName": "barbican-reset",
41
- "rawSpec": "2.2.3",
41
+ "rawSpec": "2.2.4",
42
42
  "saveSpec": null,
43
- "fetchSpec": "2.2.3"
43
+ "fetchSpec": "2.2.4"
44
44
  },
45
45
  "_requiredBy": [
46
46
  "/"
47
47
  ],
48
- "_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.2.3.tgz",
49
- "_spec": "2.2.3",
48
+ "_resolved": "https://registry.npmjs.org/barbican-reset/-/barbican-reset-2.2.4.tgz",
49
+ "_spec": "2.2.4",
50
50
  "_where": "/Users/pheading/Sites/eticketing-vue",
51
51
  "author": {
52
52
  "name": "Paul Heading"
@@ -100,5 +100,5 @@
100
100
  "watch:patterns": "cd patterns && gulp watch"
101
101
  },
102
102
  "style": "dist/css/barbican-reset.css",
103
- "version": "2.2.3"
103
+ "version": "2.2.4"
104
104
  }