@pingux/astro 1.17.0-alpha.2 → 1.17.0-alpha.5

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.
@@ -440,7 +440,8 @@ var rocker = _objectSpread(_objectSpread({}, base), {}, {
440
440
  bg: 'accent.95',
441
441
  '&.is-selected': {
442
442
  bg: 'active',
443
- color: 'white'
443
+ color: 'white',
444
+ zIndex: '1'
444
445
  },
445
446
  '&.is-focused': _objectSpread({}, defaultFocus)
446
447
  });
@@ -420,7 +420,8 @@ var rocker = _objectSpread(_objectSpread({}, base), {}, {
420
420
  bg: 'accent.95',
421
421
  '&.is-selected': {
422
422
  bg: 'active',
423
- color: 'white'
423
+ color: 'white',
424
+ zIndex: '1'
424
425
  },
425
426
  '&.is-focused': _objectSpread({}, defaultFocus)
426
427
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.17.0-alpha.2",
3
+ "version": "1.17.0-alpha.5",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",