@getflip/swirl-components 0.330.0 → 0.331.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.
@@ -8,6 +8,7 @@
8
8
 
9
9
  .action-list-item {
10
10
  display: inline-flex;
11
+ position: relative;
11
12
  width: 100%;
12
13
  min-width: 15rem;
13
14
  margin: 0;
@@ -37,6 +38,10 @@
37
38
 
38
39
  .action-list-item:focus-visible {
39
40
  background-color: var(--s-surface-overlay-hovered);
41
+ outline-color: var(--s-focus-default);
42
+ outline-style: solid;
43
+ outline-width: 0.125rem;
44
+ z-index: 1;
40
45
  }
41
46
 
42
47
  .action-list-item:active {
@@ -10,6 +10,7 @@
10
10
 
11
11
  .option-list-item {
12
12
  display: inline-flex;
13
+ position: relative;
13
14
  width: 100%;
14
15
  min-width: 15rem;
15
16
  min-height: 3rem;
@@ -35,6 +36,10 @@
35
36
 
36
37
  .option-list-item:focus-visible {
37
38
  background-color: var(--s-surface-overlay-hovered);
39
+ outline-color: var(--s-focus-default);
40
+ outline-style: solid;
41
+ outline-width: 0.125rem;
42
+ z-index: 1;
38
43
  }
39
44
 
40
45
  @media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px) {
@@ -217,6 +217,10 @@
217
217
 
218
218
  .resource-list-item__content:focus-visible {
219
219
  background-color: var(--s-background-hovered);
220
+ outline-color: var(--s-focus-default);
221
+ outline-style: solid;
222
+ outline-width: 0.125rem;
223
+ z-index: 1;
220
224
  }
221
225
 
222
226
  .resource-list-item__content:focus-visible .resource-list-item__media {