@deque/cauldron-styles 6.25.0-canary.d893407c → 6.25.0-canary.f92cb92b

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 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2975,12 +2975,12 @@ button.TooltipTabstop {
2975
2975
  border-bottom: solid 1px var(--top-bar-border-bottom-color);
2976
2976
  }
2977
2977
 
2978
- .TopBar > ul > li:focus,
2978
+ .TopBar > ul > li:focus-within,
2979
2979
  .TopBar > ul > li:hover {
2980
2980
  outline: 0;
2981
2981
  }
2982
2982
 
2983
- .TopBar > ul > li:focus:before,
2983
+ .TopBar > ul > li:focus-within:before,
2984
2984
  .TopBar > ul > li:hover:before {
2985
2985
  content: '';
2986
2986
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.25.0-canary.d893407c",
3
+ "version": "6.25.0-canary.f92cb92b",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",