@deque/cauldron-styles 5.0.0-canary.09ebdf83 → 5.0.0-canary.ce15231f

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1944,7 +1944,8 @@ p .Link {
1944
1944
  }
1945
1945
 
1946
1946
  .OptionsMenu__list-item:focus {
1947
- box-shadow: inset 0 0 0 2px var(--focus);
1947
+ box-shadow: inset 0 0 0 1px var(--options-menu-hover-background-color),
1948
+ inset 0 0 0 3px var(--focus);
1948
1949
  }
1949
1950
 
1950
1951
  .OptionsMenu__list-item[aria-disabled='true'] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.0.0-canary.09ebdf83",
3
+ "version": "5.0.0-canary.ce15231f",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",